On Mon, 28 Aug 2000 20:41:05 -0700, Kapil Thangavelu
<[EMAIL PROTECTED]> wrote:

>i ran some basic tests comparing a btree folder against a folder. i'm
>not sure about my testing methodology but here are the results. the test
>code is at the end of this email. 

Im not sure this benchmark is measuring the things that a BTreeFolder
should excel at....

One advantage of a BTreeFolder is that you can access *one* if its
contained items without having to load *all* of the others. All of
your tests iterate through the whole content.

Secondly, it should be possible to add two items simultaneously
without causing a conflict, however your creation test has no
concurrency.



Toby Dickenson
[EMAIL PROTECTED]

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to