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

Question on compressor of uint16_t #114

Open
yingfeng opened this issue Mar 26, 2024 · 1 comment
Open

Question on compressor of uint16_t #114

yingfeng opened this issue Mar 26, 2024 · 1 comment

Comments

@yingfeng
Copy link

yingfeng commented Mar 26, 2024

Hi, FastPFor is a wonderful project and has already been added to our database infinity as the posting list codec for the builtin full text search engine.
However, currently we've not enabled it right now because we require the codec to be a template based one such that both uint32_t and uint16_t could be compressed and decompressed correctly. Current FastPFor provides interfaces for uint32_t, a naive solution is to cast between uint16_t and uint32_t one by one but it is not efficient, as a result, how to provide builtin codec for uint16_t ? Thank you ~

@lemire
Copy link
Owner

lemire commented Mar 26, 2024

We do not currently suppose uint16_t as you may have realized. Pull request invited.

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