grin/chain/src/txhashset
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
..
bitmap_accumulator.rs [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
desegmenter.rs [PIBD] PMMR Desegmenter Structure (Pt. 1) (#3667) 2021-12-02 10:43:38 +00:00
rewindable_kernel_view.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
segmenter.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
txhashset.rs [PIBD] PMMR Desegmenter Structure (Pt. 1) (#3667) 2021-12-02 10:43:38 +00:00
utxo_view.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00