blob: a3b338ce937e93ea50632c6a200bc681adc42bf5 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: https://github.com/zopefoundation/BTrees
|