Skip to content

Various Performance Improvements by @Shantsel

Compare
Choose a tag to compare
@johannesvollmer johannesvollmer released this 05 Feb 21:32
· 106 commits to master since this release
2a27312

Various Improvements in encoding and decoding speed, yay!

Huge thanks to @Shnatsel for all of these:

  • Faster Zip1 & Zip16 & PXR24 decoding (encoding unchaged yet) (by using a new dependency)
  • Faster RLE encoding and decoding (by utilizing cpu vectorization where supported)
  • Faster packing and unpacking of RLE & Zip1 & Zip16 images (by utilizing cpu vectorization where supported)