https://github.com/mitiko/weath3rb0i
CM text compressor
https://github.com/mitiko/weath3rb0i
compression compression-algorithm
Last synced: about 2 months ago
JSON representation
CM text compressor
- Host: GitHub
- URL: https://github.com/mitiko/weath3rb0i
- Owner: mitiko
- License: gpl-3.0
- Created: 2022-02-07T12:48:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:29:13.000Z (about 1 year ago)
- Last Synced: 2024-04-24T03:19:35.361Z (about 1 year ago)
- Topics: compression, compression-algorithm
- Language: Rust
- Homepage:
- Size: 684 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weath3rb0i - lightweight CM text compressor
weath3rb0i is an experimental CM single-file text compressor aimed at delivering
high compression ratios with novel modeling approaches.The goal for v1.0:
- 12-bit state table
- written in 100% safe rust
- output stats from contexts for use by external neural nets
- APM mixersWishing to futher experiment with:
- entropy based hashing
- CM parsing optimization
- MT## Usage
The main binary is WIP but there are many test-only scenarios you can execute
with:`./run.py <...options>`
## License
GPLv3.0
Please contact me [@x_mitiko](https://twitter.com/x_mitiko) if you need a copy under a different license.