erigon-pulse/compress
Artem Tsebrovskiy db7322ef87
compress: implemented consensed huffman pattern tables (#536)
* dirty working equal dictionaries

* slow but working decompression

* much cleaner implementation with LRU words in dictionary with configurable condensity

* fixed comment

* removed tabs in comment line to fix lint

Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>
2022-08-22 09:11:56 +07:00
..
compress_fuzz_test.go go1.19 gofmt (#576) 2022-08-10 19:00:19 +07:00
compress_test.go go1.19 gofmt (#576) 2022-08-10 19:00:19 +07:00
compress.go go1.19 gofmt (#576) 2022-08-10 19:00:19 +07:00
decompress_bench_test.go compress: implemented consensed huffman pattern tables (#536) 2022-08-22 09:11:56 +07:00
decompress_test.go compress: implemented consensed huffman pattern tables (#536) 2022-08-22 09:11:56 +07:00
decompress.go compress: implemented consensed huffman pattern tables (#536) 2022-08-22 09:11:56 +07:00
parallel_compress.go compressor: generic sort (#524) 2022-07-18 17:12:39 +07:00