I've been using seek-bzip in its old C form and slightly more recent JavaScript form for decades.
I'm doing a new project and found this repo thinking it would be perfect to make a new fast seek-bzip-table but I find my skills too lacking to make use of this code directly in my own.
Here's a link to the seek-bzip version of the code that outputs a table that can be used to index a bz2 ready for random-access reading.
Oh it took me a long time to find it because this repo is so dense:
ibzip2 -L
I've been using
seek-bzipin its old C form and slightly more recent JavaScript form for decades.I'm doing a new project and found this repo thinking it would be perfect to make a new fast
seek-bzip-tablebut I find my skills too lacking to make use of this code directly in my own.Here's a link to the
seek-bzipversion of the code that outputs a table that can be used to index a bz2 ready for random-access reading.Oh it took me a long time to find it because this repo is so dense: