Metadata-Version: 1.0
Name: experimental.btree
Version: 1.0
Summary: ZODB BTree optimizations
Home-page: http://www.jarn.com/
Author: Jarn AS
Author-email: info@jarn.com
License: GPL
Description: Introduction
        ============
        
        This library provides experimental code to speed up BTree difference and
        intersection functions, as used by the ZCatalog.
        
        It's been extracted out from
        `experimental.catalogqueryplan <https://github.com/Jarn/experimental.catalogqueryplan>`_
        now that the query plan implementation has been moved to ZCatalog itself.
        
        Testing
        =======
        
        To test, import the monkey patch in other tests, like CMFPlone::
        
         import experimental.btree
        
        and run the test.
        
        Development
        ===========
        
        Development of this project takes place at:
        https://github.com/Jarn/experimental.btree
        
        Changelog
        =========
        
        1.0 - 2011-07-29
        ----------------
        
        - Split off from `experimental.catalogqueryplan`.
          [hannosch]
        
Keywords: plone zodb btree
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
