mxmlnkn
- Karma
- 0
- Created
- ()
- Submissions
- 0
- An Update on Pytype (github.com)
-
Hi HN, Since my first posted introduction of ratarmount [0], 2 years have gone by and many features have been added. To summarize, ratarmount enables working with archived contents exposed as a filesystem without the…
-
I have posted a much earlier version of this over a year ago [0]. Since then a lot has changed. Obviously, the name has changed. This happened for the paper publication [1]. I have also optimized the speed, integrated…
-
Hello HN, I'm very excited to have finished a gzip decoder that can speed up decompression using threads. On my Ryzen 3900X, I measured a 8x speedup over standard gzip, reaching 1.6 GB/s for a synthetic file with a…
-
The project can be found here: https://github.com/mxmlnkn/indexed_bzip2 The readme shows how to use it from Python, via ratarmount, and via its command-line tool ibzip2. There are really a lot of bzip2 implementations…