aboutsummaryrefslogtreecommitdiffstats
path: root/trie/node.go
Commit message (Expand)AuthorAgeFilesLines
* p2p, swarm, trie: avoid copying slices in loops (#17265)Oleg Kovalov2018-08-071-2/+2
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-1/+14
* trie: remove unused `buf` parameter (#16583)xincaosu2018-04-271-4/+4
* trie: rework and document key encodingFelix Lange2017-04-251-2/+2
* trie: ensure resolved nodes stay loadedFelix Lange2016-10-181-13/+13
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-22/+41
* core, core/state, trie: enterprise hand-tuned multi-level cachingPéter Szilágyi2016-05-261-21/+39
* core, trie: new trieFelix Lange2015-09-231-24/+150
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* trie: dirty trackingJeffrey Wilcke2015-07-041-0/+1
* Fixed a copy issue in the trie which could cause a consensus failureobscuren2015-02-031-2/+6
* default values removedobscuren2015-01-301-1/+1
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-0/+40