[cl-store-cvs] CVS update: cl-store/doc/cl-store.texi
Sean Ross
sross at common-lisp.net
Thu Mar 24 08:25:22 UTC 2005
Update of /project/cl-store/cvsroot/cl-store/doc
In directory common-lisp.net:/tmp/cvs-serv21588/doc
Modified Files:
cl-store.texi
Log Message:
Changelog 2005-03-24
Date: Thu Mar 24 09:25:20 2005
Author: sross
Index: cl-store/doc/cl-store.texi
diff -u cl-store/doc/cl-store.texi:1.9 cl-store/doc/cl-store.texi:1.10
--- cl-store/doc/cl-store.texi:1.9 Thu Mar 17 13:07:59 2005
+++ cl-store/doc/cl-store.texi Thu Mar 24 09:25:20 2005
@@ -218,7 +218,7 @@
@anchor{Variable *store-hash-size*}
@vindex *store-hash-size*
- at deftp {Variable} *store-hash-size* @emph{Default 1000}
+ at deftp {Variable} *store-hash-size* @emph{Default 50}
The default size of the hash-table created to keep track of
objects which have already been stored. By binding the
variable to a suitable value you can avoid the consing
@@ -227,7 +227,7 @@
@anchor{Variable *restore-hash-size*}
@vindex *restore-hash-size*
- at deftp {Variable} *restore-hash-size* @emph{Default 1000}
+ at deftp {Variable} *restore-hash-size* @emph{Default 50}
The default size of the hash-table created to keep track of
objects which have already been restored. By binding the
variable to a suitable value you can avoid the consing
More information about the Cl-store-cvs
mailing list