mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
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 |
||
---|---|---|
.. | ||
block.rs | ||
common.rs | ||
consensus.rs | ||
core.rs | ||
merkle_proof.rs | ||
pmmr.rs | ||
transaction.rs | ||
vec_backend.rs | ||
verifier_cache.rs |