cmd, core, eth, light, trie: add trie read caching layer
Showing
- cmd/geth/main.go 1 addition, 0 deletionscmd/geth/main.go
- cmd/geth/usage.go 1 addition, 0 deletionscmd/geth/usage.go
- cmd/utils/flags.go 18 additions, 6 deletionscmd/utils/flags.go
- core/blockchain.go 14 additions, 7 deletionscore/blockchain.go
- core/state/database.go 10 additions, 4 deletionscore/state/database.go
- eth/api.go 3 additions, 3 deletionseth/api.go
- eth/api_tracer.go 2 additions, 2 deletionseth/api_tracer.go
- eth/backend.go 1 addition, 1 deletioneth/backend.go
- eth/config.go 12 additions, 10 deletionseth/config.go
- eth/gen_config.go 23 additions, 5 deletionseth/gen_config.go
- light/postprocess.go 2 additions, 2 deletionslight/postprocess.go
- tests/block_test_util.go 1 addition, 1 deletiontests/block_test_util.go
- trie/database.go 130 additions, 75 deletionstrie/database.go
- trie/iterator_test.go 7 additions, 7 deletionstrie/iterator_test.go
- trie/trie_test.go 5 additions, 4 deletionstrie/trie_test.go
- vendor/github.com/allegro/bigcache/LICENSE 201 additions, 0 deletionsvendor/github.com/allegro/bigcache/LICENSE
- vendor/github.com/allegro/bigcache/README.md 150 additions, 0 deletionsvendor/github.com/allegro/bigcache/README.md
- vendor/github.com/allegro/bigcache/bigcache.go 202 additions, 0 deletionsvendor/github.com/allegro/bigcache/bigcache.go
- vendor/github.com/allegro/bigcache/bytes.go 14 additions, 0 deletionsvendor/github.com/allegro/bigcache/bytes.go
- vendor/github.com/allegro/bigcache/bytes_appengine.go 7 additions, 0 deletionsvendor/github.com/allegro/bigcache/bytes_appengine.go
Loading
Please register or sign in to comment