Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Investigate VInt performance improvements #72

Open
hendrikmuhs opened this issue Apr 24, 2018 · 0 comments
Open

Investigate VInt performance improvements #72

hendrikmuhs opened this issue Apr 24, 2018 · 0 comments

Comments

@hendrikmuhs
Copy link
Contributor

Compile time: We use variable length integers and shorts quite heavily, an improvement on the encoding (maybe also for decoding == lookup) might have an impact.

File: https://github.com/KeyviDev/keyvi/blob/master/keyvi/include/keyvi/util/vint.h

Idea: Loop unrolling (inspired by https://github.com/lemire/FastPFor) might speedup things.

Worth a try, should be (micro-)benchmarked.

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

No branches or pull requests

1 participant