LZ4 decompression at CTFE

Walter Bright via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Apr 26 23:55:46 PDT 2016


On 4/26/2016 3:05 PM, Stefan Koch wrote:
> Hello,
>
> originally I want to wait with this announcement until DConf.
> But since I working on another toy. I can release this info early.
>
> So as per title. you can decompress .lz4 flies created by the standard lz4hc
> commnadline tool at compile time.
>
> No github link yet as there is a little bit of cleanup todo :)
>
> Please comment.

Sounds nice. I'm curious how it would compare to:

https://www.digitalmars.com/sargon/lz77.html

https://github.com/DigitalMars/sargon/blob/master/src/sargon/lz77.d


More information about the Digitalmars-d-announce mailing list