1 repository
Compression optimizations specifically for text data processed on a per-line basis.
Distinct from Dictionary-Based Compression: Focuses on line-based structural efficiency for text, rather than general dictionary-based compression.
Explore 1 awesome GitHub repository matching data & databases · Line-Based Text Compression. Refine with filters or upvote what's useful.
This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed data reduction and maximum decompression speed. It functions as a stream-oriented compression engine, a software library for encoding and decoding data blocks, and a command-line tool for managing interoperable compressed frames. The system distinguishes itself through the use of predefined pattern dictionaries to improve compression ratios for small data sets and small packets. It supports multiple processing modes, including high-speed block compression for minimal latency
Optimizes text-based data compression by processing individual lines to maintain structural efficiency.