home.social

#zx0 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zx0, aggregated by home.social.

  1. is a high speed -compatible compressor.

    salvador is a compressor for the ZX0 scheme, a high decompression speed based format. salvador's compression speed is orders of magnitude faster than the reference implementation while providing very similarly sized output. salvador supports backwards compression (for in-place decompression), prefix dictionaries, and the V1 format.

    Website 🔗️: github.com/emmanuel-marty/salv

  2. is a tiny and fast scheme.

    ZX0 is an based compression format intended for use on microcomputers. ZX0's compression speed is rather slow to achieve good compression ratios, but the decompressor is very fast on all systems ranging from common modern CPUs to the Zilog Z80. ZX0 can optionally include a prefix to serve as a dictionary, and supports in-place decompression.

    Website 🔗️: github.com/einar-saukas/ZX0