grin/store/tests
hashmap 8a22fb516a
Reduce number of allocations in to_key calls (#3311)
We have to make an extra allocation per db get request because key generation function to_key takes Vec. Taking byte slice (AsRef<[u8]> to be precise) also simplifes the code a bit.
2020-04-30 17:47:44 +02:00
..
lmdb.rs Reduce number of allocations in to_key calls (#3311) 2020-04-30 17:47:44 +02:00
pmmr.rs Refactor Readable trait (#3309) 2020-04-30 17:42:19 +02:00
prune_list.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
test_bitmap.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
utxo_set_perf.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00