aboutsummaryrefslogtreecommitdiffstats
path: root/trie/hasher.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-25/+5
* trie: reduce hasher allocations (#16896)Felix Lange2018-06-051-12/+38
* trie: cleaner logic, one less func callPéter Szilágyi2018-05-241-2/+2
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-11/+50
* 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