erigon-pulse/compress
ledgerwatch 596d10ea2e
Split aggregator to 2.2 and 2.3 versions (#539)
* Split History from Domain

* Add History.prune

* More on history

* Fix HistoryHistory test

* Merge history files

* Scan file test for history

* Add aggregator for erigon 2.2

* Change to generics, introduce contexts

* Delete to belong to Aggregator

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Use pointers to InvertedIndex again

* Remove prints

* Close embedded InvertedIndex

* Fix closing files

* Print

* Update ci.yml

* More printing

* Fix

* Make InvertedIndex pointer inside History

* Fix

* Update ci.yml

* Remove print

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-07-23 09:06:52 +01:00
..
compress_fuzz_test.go remove fuzzbeta build tag, because now go1.18 is minimum requirement (#428) 2022-07-03 14:38:53 +06:00
compress_test.go MatchPrefix: working version (#456) 2022-05-18 14:36:01 +07:00
compress.go compressor: generic sort (#524) 2022-07-18 17:12:39 +07:00
decompress_bench_test.go reduced memory footprint on building huffman table (#459) 2022-05-20 11:23:05 +07:00
decompress_test.go HPH with direct reading from state by plainKey (#472) 2022-06-09 13:46:11 +01:00
decompress.go Split aggregator to 2.2 and 2.3 versions (#539) 2022-07-23 09:06:52 +01:00
parallel_compress.go compressor: generic sort (#524) 2022-07-18 17:12:39 +07:00