awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesCompression Frame Formats

Structured binary formats that wrap compressed blocks with checksums and versioning for data integrity.

Distinct from Data Framing: Distinct from general network data framing; specifically focuses on the archival structure of compressed data blocks.

Explore 3 awesome GitHub repositories matching networking & communication · Compression Frame Formats. Refine with filters or upvote what's useful.

Awesome Compression Frame Formats GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/zstdAvatar de facebook

    facebook/zstd

    27,259Ver en GitHub↗

    Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast real-time processing. It functions as a real-time data compressor and multi-threaded compression engine capable of distributing workloads across multiple CPU cores to increase throughput. The system features a dictionary-based compressor that trains on sample data to improve the compression ratio and speed of small files. It also provides long distance pattern matching to identify repeated sequences across large files. The library covers a broad range of capabilities including st

    Wraps compressed blocks in a structured format containing magic numbers and checksums to ensure data integrity.

    C
    Ver en GitHub↗27,259
  • lz4/lz4Avatar de lz4

    lz4/lz4

    11,882Ver en GitHub↗

    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

    Encapsulates compressed blocks within metadata headers and checksums using a structured frame format.

    Cccompressionlz4
    Ver en GitHub↗11,882
  • klauspost/compressAvatar de klauspost

    klauspost/compress

    5,525Ver en GitHub↗

    This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal

    Merges multiple compressed blocks or streams into a single sequence without requiring recompression of the data.

    Gocompressiondecompressiondeflate
    Ver en GitHub↗5,525
  1. Home
  2. Networking & Communication
  3. Data Framing
  4. Compression Frame Formats

Explorar subetiquetas

  • Compressed Frame ConcatenationThe process of appending multiple independent compressed frames into a single continuous stream. **Distinct from Compression Frame Formats:** Specifically addresses the concatenation of frames, not just the format of a single frame.