SmazSharp icon indicating copy to clipboard operation
SmazSharp copied to clipboard

Small strings compression library for C#

Results 2 SmazSharp issues
Sort by recently updated
recently updated
newest added

Hello, I've been using your lib with success on a little project, work great. Thanks! One question is there any particular reason you don't have Decompress and Compress to allow...

question

Hello there, Cool project. I was wondering about the option of adding a bool for a byte[] bool = SmazSharp.CanDecode(input byte[]), and a compression ratio value. int ratio = SmazSharp.CompressionRatio(string...

enhancement