Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS decoder supporting "advanced" encodings #222

Open
springmeyer opened this issue Jun 28, 2024 · 0 comments
Open

JS decoder supporting "advanced" encodings #222

springmeyer opened this issue Jun 28, 2024 · 0 comments

Comments

@springmeyer
Copy link
Collaborator

The JS decoder does not yet support the FastPFor or FSST encodings. These compress better and are faster to decode. So if the JS decoder can add support for these we should be able to see significant improvements to efficiency.

TODO:

  • Add support for these encodings
  • Regenerate the test fixtures in ./test/expected to use the encodings
  • Ensure the JS decoder is robust
  • Re-run benchmarks comparing the improvements against the default encodings currently used (mainly RLE and Varint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant