Files
grin-node/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
..
2020-04-30 17:42:19 +02:00
2020-01-20 11:40:58 +00:00
2020-01-20 11:40:58 +00:00