shoco
A fast compressor for short strings
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install shoco
choosenim install shoco
git clone https://github.com/onionhammer/shoconim.git
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| shoco | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/onionhammer/shoconim.git |
|---|---|
| Homepage | https://github.com/onionhammer/shoconim |
| Registry Source | nimble_official |
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 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.