erigon-pulse/common
Alex Sharov ac40ca5269
e3: locality index (#823)
Mainnet:
```
447M	accounts.0-544.l
45M	accounts.0-544.li
133M	code.0-544.l
14M	code.0-544.li
2.0G	storage.0-544.l
197M	storage.0-544.li
```

Decided no to use Roaring - because it can only keep full bitmap in RAM
(no way to stream into file). But it's more compact 2Gb -> 1.4Gb. Maybe
can shard large bitmap - or do other trick (storage has 1B keys -
sharding probably is cheap). Maybe in the future.
2023-01-07 12:30:57 +07:00
..
background e3: BuildMissedIndices errgroup (#802) 2022-12-24 17:30:21 +07:00
bitutil go1.19 gofmt (#576) 2022-08-10 19:00:19 +07:00
cmp up linter version (#443) 2022-05-10 10:14:02 +07:00
datadir Downloader extract, step2 (#739) 2022-11-20 10:41:20 +07:00
dbg mdbx: dirtySpace option expose (#770) 2022-12-07 16:35:55 +07:00
dir erigon3: build .vi after downloading (#659) 2022-09-29 12:14:45 +07:00
fixedgas Pool intrinsic gas check (#126) 2021-10-25 08:49:04 +07:00
hex e3: locality index (#823) 2023-01-07 12:30:57 +07:00
length e3: kv/temporal prototype 2 (#792) 2022-12-20 09:28:09 +07:00
metrics Downloader extract, step2 (#739) 2022-11-20 10:41:20 +07:00
u256 Txn tip is u256 (#447) 2022-05-13 12:21:29 +07:00
bytes.go separated gb calculation from BytesCount (#593) 2022-08-19 11:27:19 +07:00
chan.go use PrioritizedSend method (#553) 2022-07-26 10:37:29 +07:00
cli.go dir package - to enforce dir RW lock by types (#332) 2022-02-18 09:24:30 +07:00
eth.go Pool: reject low nonce and low balance txs (#182) 2021-11-21 14:52:17 +00:00
hexutil.go e3: kv/temporal prototype (#791) 2022-12-19 15:38:57 +07:00