grin/servers/src
Yeastplume 63c65605bb
[SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671)
* replace bitvec with more efficient bitpack algorithm

* optimise proof_unpack_len

* move proof pack length calculation

* small refactor

* first pass attempt at not deserializing proof nonces in difficulty iter

* another 10 seconds gained by not deserialising the proof from the difficulty iterator

* add new deser parameters to tests where needed

* add skip_proof variants to store

* remove hash from difficulty iterator struct, rename HeaderInfo to HeaderDifficultyInfo

* replace bitvec with more efficient bitpack algorithm

* optimise proof_unpack_len

* move proof pack length calculation

* small refactor

* first pass attempt at not deserializing proof nonces in difficulty iter

* another 10 seconds gained by not deserialising the proof from the difficulty iterator

* add new deser parameters to tests where needed

* add skip_proof variants to store

* remove hash from difficulty iterator struct, rename HeaderInfo to HeaderDifficultyInfo
2021-12-10 11:39:39 +00:00
..
common client invalidateheader and resetchainhead (#3618) 2021-04-29 11:05:05 +01:00
grin [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
mining implement fix past fees RFC with fee shift since genesis (#3629) 2021-05-11 16:39:09 +01:00
common.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
grin.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
lib.rs never speak of the verifier cache again (#3628) 2021-04-01 15:04:53 +01:00
mining.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00