A very simple dictionary based text compressor.
Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for
Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed).
The public Litc API are in fact:
byte[] packed = Litc.GetBytes(value);
string unpacked = Litc.GetString(packed);
Features
- compress single line UTF8 strings in byte arrays
- drop-in replacement with added compression for Encoding.UTF8: GetBytes(value)/GetString(packed)
- compress short strings
Categories
File CompressionLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow litc
nel_h2
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of litc!