gtoubassi / femtozip

FemtoZip is a "shared dictionary" compression library optimized for small documents that may not compress well with traditional tools such as gzip
Other
146 stars 23 forks source link

Segfault when creating dictionnary with binary data #7

Closed woodendy closed 11 years ago

woodendy commented 11 years ago

Do you expect your application/lib to work with binary data? In your examples, you are always referring to text data.

gtoubassi commented 11 years ago

Yes it should work for binary data. If it doesn't its a bug (and there was a bug awhile back).