You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: