d90b1c2723
* 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