We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Goal: get bitpacking decode throughput to 10GiB/sec
The text was updated successfully, but these errors were encountered:
feat: support fastlanes bitpacking (#2886)
681db8c
This PR uses [fastlanes algorithm](https://www.vldb.org/pvldb/vol16/p2132-afroozeh.pdf) for bit-pack encoding. The bit-packing routine is migrated from [SpiralDB's fastlanes implementation](https://github.com/spiraldb/fastlanes), the migrated code is modified to allow rust stable build. #2865 --------- Co-authored-by: Weston Pace <weston.pace@gmail.com>
broccoliSpicy
No branches or pull requests
Goal: get bitpacking decode throughput to 10GiB/sec
The text was updated successfully, but these errors were encountered: