grin/p2p
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
..
fuzz Map peers by ip only (ignoring port unless on loopback ip) (#2540) 2019-02-18 12:15:32 +00:00
src Reduce number of allocations in to_key calls (#3311) 2020-04-30 17:47:44 +02:00
tests Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
Cargo.toml Version bump for next development release 2020-03-02 12:27:16 +00:00