aboutsummaryrefslogtreecommitdiffstats
path: root/trie/hasher.go
Commit message (Expand)AuthorAgeFilesLines
* Revert "trie: make fullnode children hash calculation concurrently (#15131)" ...Péter Szilágyi2018-01-151-84/+27
* trie: make fullnode children hash calculation concurrently (#15131)gary rong2017-11-271-27/+84
* trie: fix typo (#15152)Paul Litvak2017-09-191-1/+1
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-1/+1
* trie: rework and document key encodingFelix Lange2017-04-251-1/+1
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* trie: add metric to track cache unloading (#3175)Felix Lange2016-10-191-0/+1
* trie: ensure dirty flag is unset for embedded child nodesFelix Lange2016-10-181-17/+14
* trie: ensure resolved nodes stay loadedFelix Lange2016-10-181-1/+1
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-30/+48
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-0/+157