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
Hey,
Is it possible to build and run the decompression on an ARM 32-bit system? Also, how easy would it be to use 16-bit integers instead of 32 or 64?
Best
The text was updated successfully, but these errors were encountered:
Some of the codecs will work for sure.
In general, you will have to do extra work to support 16-bit integers.
Please see https://github.com/lemire/streamvbyte where 64-bit ARM is supported.
Regarded integer size, see related discussion at fast-pack/streamvbyte#28
You may also want to store you integers into bitmaps... see https://github.com/RoaringBitmap/CRoaring
Sorry, something went wrong.
No branches or pull requests
Hey,
Is it possible to build and run the decompression on an ARM 32-bit system?
Also, how easy would it be to use 16-bit integers instead of 32 or 64?
Best
The text was updated successfully, but these errors were encountered: