Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpieters/experimental.btree
https://github.com/mjpieters/experimental.btree
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjpieters/experimental.btree
- Owner: mjpieters
- Created: 2012-06-07T14:02:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2011-08-21T14:16:49.000Z (over 13 years ago)
- Last Synced: 2024-11-14T16:46:52.017Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
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 `_
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