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

Project Samples

Project Activity

See All Activity >

Categories

File Compression

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow litc

litc Web Site

Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
Get Avast Free Antivirus with 24/7 AI-powered online scam detection

Get protection for today’s online threats. Free.

Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of litc!

Additional Project Details

Operating Systems

Linux, Windows

Intended Audience

Developers

User Interface

Command-line

Programming Language

C#

Related Categories

C# File Compression Software

Registered

2021-11-24