-
Messages will compress better if the connection uses a single compression context and preserves its state between messages. That way a message can abbreviate common strings using definitions from the …
-
iOS 11 introduced [lzfse](https://github.com/lzfse/lzfse) compression which is not yet supported by InflatableDonkey. Database files (`sqlite`) are particularly affected.
As a workaround you'll nee…
-
I failed to find any reported bug.
### Steps to reproduce
- The offending file [dependencies-gtk2.zip](https://github.com/magnumripper/JohnTheRipper/files/753370/dependencies-gtk2.zip)
- WinRAR …
-
While compiling lzss.c and img4.c with
`gcc -o img4 -L/usr/local/openssl-1.0.2h/lib -I/usr/local/openssl-1.0.2h/include/openssl lzss.o img4.o libDER/DER_Encode.o libDER/DER_Decode.o libDER/oids.o li…
c1der updated
7 years ago
-
Thanks a lot for the nifty **TurboBench**, after wandering here and there, finally thought it is a good idea to post my endless quest (in form of console logs and tables) for giving a rich picture of …
-
Apple's compression algorythm lzfse is open sourced.
Do you have a plan to add this algorythm?
-
Hello,
I am planning to port this tool to Android. However, the tool is written in Java 8 and Android SDK does not support all the Java 8 features.
I am looking for some help if some one ported …
-
A compression library written by Apple using Finite State Entropy.
-
Your DataCompression.swift is exactly the kind of utility that I need to unzip downloaded files in a mobile App. The files are sqlite database files that are about 6MB compressed and 22MB uncompresse…
-
Allow passing the compression type (or DMG format) since lzfse compression requires a relatively modern MacOS version. Are you willing to accept a PR?