SR3C -- small sompression library

ketmar via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri May 27 19:00:20 PDT 2016


SR3C[1] is a small and simple MIT-licensed compression library 
(~28KB of source code, no external dependencies), which 
nevertheless can compress data with the quality of gzip -7.

the drawbacks are:
• it requires ~4.5MB of RAM for compression or decompression;
• decompression speed is much slower than gzip's;
• compression speed is slower too (yet this case can be improved 
by using gdc/ldc to build the code).

usage sample can be seen here[2].


[1] http://repo.or.cz/iv.d.git/blob_plain/HEAD:/sr3c.d
[2] 
http://repo.or.cz/iv.d.git/blob_plain/HEAD:/sr3csample/sr3ctest.d


More information about the Digitalmars-d-announce mailing list