erigon-pulse/recsplit/eliasfano16
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
..
testdata/fuzz ETL: use logPrefix as suffix of tmp files (#146) 2021-11-05 17:04:17 +07:00
elias_fano_fuzz_test.go go1.19 gofmt (#576) 2022-08-10 19:00:19 +07:00
elias_fano.go e3: locality index (#823) 2023-01-07 12:30:57 +07:00