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
2018-02-02 14:33:29 +01:00
..
__init__.py Inventory storage abstraction 2017-05-27 19:03:27 +02:00
filesystem.py Leave __delitem__ unimplemented in filesystem storage 2017-06-21 12:17:40 +02:00
sqlite.py Inventory checking performance optimisation 2018-02-02 14:33:29 +01:00
storage.py Inventory checking performance optimisation 2018-02-02 14:33:29 +01:00