summaryrefslogtreecommitdiffstats
path: root/python/python3-BTrees/README
blob: ab6337e2d706350ca94052811a8c2696d2b79d84 (plain)
1
2
3
4
5
6
7
8
9
10
BTrees:  scalable persistent components

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 at https://btrees.readthedocs.io/
for further information.