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

Better integrate the 0,1,2,4 bytes mode #27

Open
lemire opened this issue Aug 22, 2018 · 1 comment
Open

Better integrate the 0,1,2,4 bytes mode #27

lemire opened this issue Aug 22, 2018 · 1 comment

Comments

@lemire
Copy link
Owner

lemire commented Aug 22, 2018

Following this PR #26 we now have code that can use a 0,1,2,4 byte encoding. However, it is basically achieved through pure code duplication. Worse: it does not benefit from @aqrit 's latest improvements.

Obviously, we could do better.

@aqrit
Copy link
Collaborator

aqrit commented Aug 29, 2018

The latest improvements transcribed from streamvbyte_1234_encode_SSSE3
https://gist.github.com/aqrit/55167c6638e925ddca4b10ee8fba4735
33% faster, 75% smaller.

If I ever find a good way to organize the files and tables... I'll turn this into a commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants