Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increase dict decompression throughput (#1032)
If we are canonicalizing the dictionary, we will likely canonicalize all the values. For formats like bitpacking this substantially improves throughput. In particular, we spend a lot of time preparing the indices for chunked decoding and then pplying the patches.
- Loading branch information