parity-common/memorydb
David e7aaf3c691
Merge pull request #17 from paritytech/refactor/remove-heapsize-bound-from-hashdb
Remove HeapSizeOf-bound for Hasher::Out and add it only where needed
2018-08-08 15:41:45 +02:00
..
benches Add 'memorydb/' from commit '8805eb968d2fa41c5f37be82a29b0decbb598754' 2018-07-03 11:00:05 +02:00
src Add HeapSizeOf-bound only where needed 2018-08-08 11:54:42 +02:00
Cargo.toml Fix bug with derives Default impl 2018-07-11 15:48:04 +02:00
README.md Add readme for MemoryDB 2018-07-11 15:55:12 +02:00

README.md

MemoryDB is a reference counted memory-based HashDB implementation backed by a HashMap.