plugeth/core/rawdb
Martin Holst Swende 59e1953246 core, ethdb, trie: mode dirty data to clean cache on flush (#19307)
This PR is a more advanced form of the dirty-to-clean cacher (#18995),
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
..
accessors_chain_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
accessors_chain.go core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 2019-03-26 15:48:31 +01:00
accessors_indexes_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
accessors_indexes.go core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 2019-03-26 15:48:31 +01:00
accessors_metadata.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
database.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
schema.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
table.go core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 2019-03-26 15:48:31 +01:00