Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
accessors_chain.go
core, ethdb, trie: mode dirty data to clean cache on flush ( #19307 )
6 years ago
accessors_chain_test.go
all: clean up and proerly abstract database access
6 years ago
accessors_indexes.go
core, ethdb, trie: mode dirty data to clean cache on flush ( #19307 )
6 years ago
accessors_indexes_test.go
all: clean up and proerly abstract database access
6 years ago
accessors_metadata.go
all: clean up and proerly abstract database access
6 years ago
database.go
all: clean up and proerly abstract database access
6 years ago
schema.go
all: clean up and proerly abstract database access
6 years ago
table.go
core, ethdb, trie: mode dirty data to clean cache on flush ( #19307 )
6 years ago