No description
Find a file
2014-04-25 20:36:15 -05:00
.gitignore Initial commit 2014-04-25 20:25:28 -05:00
LICENSE Initial commit 2014-04-25 18:22:53 -07:00
README.md Initial commit 2014-04-25 20:25:28 -05:00
shoco.babel Initial commit 2014-04-25 20:25:28 -05:00
shoco.c Initial commit 2014-04-25 20:25:28 -05:00
shoco.h Initial commit 2014-04-25 20:25:28 -05:00
shoco.nim Added documentation to procedures 2014-04-25 20:36:15 -05:00
shoco_model.h Initial commit 2014-04-25 20:25:28 -05:00

shoco: a fast compressor for short strings

Wrapper for Nimrod

shoco https://github.com/Ed-von-Schleck/shoco

shoco is a C library to compress and decompress short strings. It is very fast and easy to use. The default compression model is optimized for english words, but you can generate your own compression model based on your specific input data.

shoco is free software, distributed under the MIT license.