erigon-pulse/eth/downloader
Evgeny Danilenko 41ee460a27
optimize codeBitmap (#626)
* optimize codeBitmap

* add lru

* remove custom lru

* jumpDests as explocit parameter

* lint

* lint

* linters

* default jumpDestsCache

* remove common.rand
2020-06-06 21:49:06 +01:00
..
api.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
downloader_stagedsync_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
downloader_stagedsync.go Various fixes to staged sync and experiments (#608) 2020-06-03 13:03:40 +01:00
downloader_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
downloader.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
events.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
fakepeer.go FakePeer - reduce interface size 2019-12-13 09:56:30 +06:00
metrics.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
modes.go Mgr schedule iterator (#566) 2020-05-28 12:33:05 +01:00
peer.go core, eth: implement eth/65 transaction fetcher 2020-02-27 17:21:20 +03:00
queue.go eth/downloader: minor typo fixes in comments (#21035) 2020-05-20 15:26:22 +03:00
testchain_test.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
types.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00