LZ4 decompression at CTFE

Stefan Koch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Apr 26 15:14:08 PDT 2016


On Tuesday, 26 April 2016 at 22:07:47 UTC, MrSmith wrote:
> I would like to use this instead of c++ static lib. Thanks! (I 
> hope it works at runtime too).

Sure it does, but keep in mind the c++ version is heavily 
optimized.
I would have to make a special runtime version to archive 
comparable performance I think.

That said,
I already plan to write another optimized version.

Concerning compression.
I am fairly certain I can beat the compression ratio of lz4hc in 
a few cases.
But it is going to be slower.


More information about the Digitalmars-d-announce mailing list