diff options
| author | Yth - Arnaud <yth@ythogtha.org> | 2023-07-10 07:33:07 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-10 07:33:07 +0700 |
| commit | e37ec12f16cc8d620af116f37fb6a9d89b63c91a (patch) | |
| tree | f333d0fb5ba18eb5fbeb555ca0092a9dd342e768 /python/python3-BTrees/README | |
| parent | aef8300c3fea14b1a83e8d58f369c6cc80081fcd (diff) | |
python/python3-BTrees: Added (Scalable persistent object container).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-BTrees/README')
| -rw-r--r-- | python/python3-BTrees/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-BTrees/README b/python/python3-BTrees/README new file mode 100644 index 0000000000..ab6337e2d7 --- /dev/null +++ b/python/python3-BTrees/README @@ -0,0 +1,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. |
