erigon-pulse/state
ledgerwatch c5a10975ab
[erigon2] Introduce inverted index type (#473)
* [erigon2] Introduce inverted index type

* More inverted index code

* More tests for inverted index

* Think about public and non-public APIs

* Minimise DB access when accessing history

* Work on iterator

* Implementation of inverted iterator

* Test for inverted index

* Assert end of iterators

* Merge of inverted index files and test

* Fix lint

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2022-05-31 18:42:04 +01:00
..
domain_test.go [erigon2] Introduce inverted index type (#473) 2022-05-31 18:42:04 +01:00
domain.go [erigon2] Introduce inverted index type (#473) 2022-05-31 18:42:04 +01:00
inverted_index_test.go [erigon2] Introduce inverted index type (#473) 2022-05-31 18:42:04 +01:00
inverted_index.go [erigon2] Introduce inverted index type (#473) 2022-05-31 18:42:04 +01:00
merge.go [erigon2] Introduce inverted index type (#473) 2022-05-31 18:42:04 +01:00