grin/store
hashmap 26b411e79e
Reduce memory allocations in PMMR (#3328)
We have a pattern in the code - return Vec, turn it into an iterator, filter and collect to another Vec. The idea was to return iterator where possible to avoid allocating intermediate vecs.
2020-05-24 16:50:27 +01:00
..
src Reduce memory allocations in PMMR (#3328) 2020-05-24 16:50:27 +01:00
tests thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00
Cargo.toml Use croaring-mw with 'compat' feature (#3274) 2020-03-23 21:12:58 +01:00