grin/store/tests
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
..
lmdb.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
pmmr.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00
prune_list.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00
segment.rs [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
test_bitmap.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
utxo_set_perf.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00