TurboPFor-Integer-Compression icon indicating copy to clipboard operation
TurboPFor-Integer-Compression copied to clipboard

Random Access

Open linuslh1996 opened this issue 5 years ago • 0 comments

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?

linuslh1996 avatar Dec 01 '20 19:12 linuslh1996