grin/servers
hashmap a3f68d8d1f
Reduce number of String allocation in Stratum worker
Currently we allocate a string in the heap per each worker check (not even
read) and clone message in write. This pr introduces a buffer which is
used for a round of workers check and remove clone in write_message.
Read optimization reduces number of allocations by factor of N (where N
is a number of workers), if N = 1 number of allocations doesn't change.
2019-01-18 15:11:13 +01:00
..
src Reduce number of String allocation in Stratum worker 2019-01-18 15:11:13 +01:00
tests Cleanup compiler warnings (#2323) 2019-01-10 12:18:25 -08:00
Cargo.toml Version bump to 1.0.0 2019-01-15 16:24:29 +00:00