awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesLine-Based Text Compression

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.

Awesome Line-Based Text Compression GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lz4/lz4Avatar von lz4

    lz4/lz4

    11,882Auf GitHub ansehen↗

    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.

    Cccompressionlz4
    Auf GitHub ansehen↗11,882
  1. Home
  2. Data & Databases
  3. Dictionary-Based Compression
  4. Line-Based Text Compression