grin/p2p
hashmap e64e90623b
Reduce number of allocations in Headers message read (#3301)
We allocate 17 vectors (in the heap) per 512 headers, this PR reduces the number to 1 by resuing the buffer for headers and eliminating the need in the vector of indices
2020-04-18 14:07:26 +01: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 Headers message read (#3301) 2020-04-18 14:07:26 +01: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