The original LZEXE (A.K.A. Kosinski) compressor source code has been released

76 elvis70 4 6/30/2025, 7:19:52 PM clownacy.wordpress.com ↗

Comments (4)

johndoe0815 · 9h ago
Whow, another well-known piece of software that was written by Fabrice Bellard. He's also the original author of qemu, tinyemu, tcc, ffmpeg and many more.

https://bellard.org

egorfine · 8h ago
One of the most influential programmers of our time, if not the most.
mrkramer · 8h ago
His track record is exceptional, he must be a Godlike programmer!
userbinator · 31m ago
Incidentally, PC BIOSes used the LZ* family of compression algorithms too. LZSS (also known as LZ12/4 for its allocation of indicator word bits), LZARI, LZHUF (which lead to the famous LHA/LZH, and then Deflate/Zlib, ZIP, etc.), and LZINT were all commonly encountered. Apparently Phoenix had a patent on it:

https://patents.google.com/patent/US5836013A/en (search for LZSS)

Despite the relative obscurity of Okumura's code, it has definitely had a huge impact.