btrees

BTrees contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic currency" paradigm, and include explicit resolution of conflicts detected by that mechanism.


Keywords
maintained
License
ZPL-2.1
Install
conda install -c conda-forge btrees

Documentation

BTrees: scalable persistent components

https://ci.appveyor.com/api/projects/status/github/zopefoundation/BTrees?branch=master&svg=true https://coveralls.io/repos/github/zopefoundation/BTrees/badge.svg?branch=master Documentation Status Current version on PyPI Supported Python versions

This package contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution of conflicts detected by that mechanism.

Please see the Sphinx documentation for further information.