mxmlnkn

↗ HN profile [ 62.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. An Update on Pytype (github.com)
  2. 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…

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

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

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