linuslh1996

Results 3 issues of linuslh1996

When I execute the example from Readme: ```` ./icapp -Ft ts.txt -I15 -J15 ```` I immediately get the error "Illegal Instruction". The command was executed under Ubuntu 20.04 with an...

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...

Hey, if I saw it correctly, integer vectors such as `sdsl::dac_vector` offer direct access for decompression, meaning that you can access members of the vector with the `[]` operator. When...