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

How TurboPfor supports RandomAccess and its benchmarking script #85

Closed
bluecat1024 opened this issue Jun 21, 2022 · 1 comment
Closed

Comments

@bluecat1024
Copy link

Hi,

You have demonstrated in the results that TurboPfor can reach a good compression rate with random accesses. However, I have only observed the enc/dec logic of whole blocks in the high level API in the source code.

May I ask about what kinds of API supports sequential iteration or random access, and what are some demos using them? Also, I want to ask whether 64 bit integers are supported or not?

Thanks a lot!

@powturbo
Copy link
Owner

powturbo commented Mar 13, 2023

see the plugins file for direct access bitpack or the vp4d file for turbopfor direct access.
There is actually no direct access to 64-bits integer arrays.

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