aboutsummaryrefslogtreecommitdiffstats
path: root/trie/database.go
Commit message (Collapse)AuthorAgeFilesLines
* trie: don't report the root flushlist as an allocPéter Szilágyi2018-06-111-2/+2
|
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-13/+175
| | | | | | * core, eth, trie: streaming GC for the trie cache * trie: track memcache statistics
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
|
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+355
This commit reduces database I/O by not writing every state trie to disk.