grin/chain
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
..
src Reduce number of allocations in to_key calls (#3311) 2020-04-30 17:47:44 +02:00
tests API: don't error on missing output (#3256) 2020-03-04 23:42:10 +01:00
Cargo.toml Use croaring-mw with 'compat' feature (#3274) 2020-03-23 21:12:58 +01:00