You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PyBitmessage/src/storage
Peter Šurda 96b8cff0d1
Inventory checking performance optimisation
- caching of whether an object exists in inventory was somehow removed
since storage refactoring (or it never worked). Now existence checking
is cached in the sqlite storage backend
6 years ago
..
__init__.py Inventory storage abstraction 6 years ago
filesystem.py Leave __delitem__ unimplemented in filesystem storage 6 years ago
sqlite.py Inventory checking performance optimisation 6 years ago
storage.py Inventory checking performance optimisation 6 years ago