- Version 1.5.0 was based on the same code base as rapidgzip 0.6.0.
This update now uses the same code base as the planned rapidgzip 0.13.0 and shares many of the fixes.
- Fix a segmentation fault that only happens with Python 3.12 when recursively mounting nested bzip2
files with ratarmount.
- Suppress `Python memory allocator called without holding the GIL` errors with `PYTHONDEVMODE=1`.
- Reuse the cached Huffman decoder from rapidgzip for ~25% speedup with a single core and ~10% speedup
with full parallelization over all virtual cores. The parallel version profits less because SMT
already did a good job hiding the slowness of the decoder.