#tetcoin #vapory #reference-counting #hash-db #trie #memory-based #testing

no-std tetsy-memory-db

in-memory implementation of tetsy-hash-db, useful for tests

Show the crate…

4 releases (breaking)

0.26.0 Mar 11, 2021
0.25.0 Mar 10, 2021
0.19.0 Feb 25, 2021
0.18.1 Feb 27, 2021

#4 in #hash-db

Download history 369/week @ 2024-02-01 374/week @ 2024-02-08 458/week @ 2024-02-15 327/week @ 2024-02-22 387/week @ 2024-02-29 507/week @ 2024-03-07 351/week @ 2024-03-14 339/week @ 2024-03-21 521/week @ 2024-03-28 243/week @ 2024-04-04 287/week @ 2024-04-11 369/week @ 2024-04-18 270/week @ 2024-04-25 221/week @ 2024-05-02 224/week @ 2024-05-09 241/week @ 2024-05-16

1,018 downloads per month
Used in 174 crates (8 directly)

Apache-2.0

36KB
699 lines

tetsy-memory-db

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


lib.rs:

Reference-counted memory-based HashDB implementation.

Dependencies

~3MB
~54K SLoC