2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-01-20 03:28:52 +00:00
Martin Holst Swende 59e1953246 core, ethdb, trie: mode dirty data to clean cache on flush ()
This PR is a more advanced form of the dirty-to-clean cacher (),
where we reuse previous database write batches as datasets to uncache,
saving a dirty-trie-iteration and a dirty-trie-rlp-reencoding per block.
2019-03-26 15:48:31 +01:00
..