summaryrefslogtreecommitdiff
path: root/devel/py-tempstorage/pkg-descr
blob: eb75ad70e0e5b0712dd6618970ea70ae98b5d3b8 (plain) (blame)
1
2
3
4
5
6
7
tempstorage is a storage implementation which uses RAM to persist
objects, much like MappingStorage. Unlike MappingStorage, it needs
not be packed to get rid of non-cyclic garbage and it does
rudimentary conflict resolution. This is a ripoff of Jim's Packless
bsddb3 storage.

WWW: https://pypi.python.org/pypi/tempstorage/