grin/core
hashmap d90b1c2723
Optimize POW read (#3035)
* Optimize POW read

This functionality is used to deserialize header (from network or from
DB), it was taking up to 40% cpu time during initial header sync. This
PR brings it down to 3-4%. Function read_number would look better as
closure, unfortunately the compliler doesn't inline it in this case, so
it would be 2x slower.

* Remove unused code
2019-09-10 15:14:33 +02:00
..
fuzz [1.1.0] Bring fuzz test back (#2675) 2019-03-15 15:32:14 +01:00
src Optimize POW read (#3035) 2019-09-10 15:14:33 +02:00
tests Optimize POW read (#3035) 2019-09-10 15:14:33 +02:00
Cargo.toml update version number for next potential beta release 2019-07-01 11:00:02 +01:00