TurboPFor-Integer-Compression
TurboPFor-Integer-Compression copied to clipboard
Random Access
Hey, in your description you state that you offer Direct/Random Access for some of your codecs. With Random Access I understand something like this (written in pseudocode):
uint_32t single_value = decoded.get(i) // get integer at i-th position
Now I wonder, if you do offer Random Access, could you provide a concrete example on how to call your library to get that?