[Zodb-checkins] CVS: Zope/lib/python/BTrees - Maintainer.txt:1.6
Tim Peters
tim.one@comcast.net
Fri, 31 May 2002 14:12:12 -0400
Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv31752
Modified Files:
Maintainer.txt
Log Message:
Typo repair.
=== Zope/lib/python/BTrees/Maintainer.txt 1.5 => 1.6 ===
+ DEFAULT_MAX_BUCKET_SIZE and DEFAULT_MAX_BTREE_SIZE are chosen
mostly to "even out" pickle sizes in storage. That's why, e.g.,
- an IIBTree has large values than an OOBTree: pickles store ints
+ an IIBTree has larger values than an OOBTree: pickles store ints
more efficiently than they can store arbitrary Python objects.