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