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

32-bit ARM support #63

Closed
bojeckkk opened this issue Aug 6, 2019 · 1 comment
Closed

32-bit ARM support #63

bojeckkk opened this issue Aug 6, 2019 · 1 comment

Comments

@bojeckkk
Copy link

bojeckkk commented Aug 6, 2019

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

@lemire
Copy link
Member

lemire commented Aug 6, 2019

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

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

2 participants