Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onionhammer/shoconim
shoco wrapper for Nimrod
https://github.com/onionhammer/shoconim
Last synced: about 2 months ago
JSON representation
shoco wrapper for Nimrod
- Host: GitHub
- URL: https://github.com/onionhammer/shoconim
- Owner: onionhammer
- License: mit
- Created: 2014-04-26T01:22:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-26T01:36:16.000Z (over 10 years ago)
- Last Synced: 2023-08-05T16:02:16.285Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**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](#comparisons-with-other-compressors) and [easy to use](#api). The default compression model is optimized for english words, but you can [generate your own compression model](#generating-compression-models) based on *your specific* input data.
**shoco** is free software, distributed under the [MIT license](https://raw.githubusercontent.com/Ed-von-Schleck/shoco/master/LICENSE).