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

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zlib-ng avatar

zlib-ng/zlib-ng

0
View on GitHub↗
2,027 Stars·331 Forks·C·Zlib·7 Aufrufe

Zlib Ng

zlib replacement with optimizations for "next generation" systems.

Features

  • Compression Libraries - Optimized drop-in replacement for zlib.

Star-Verlauf

Star-Verlauf für zlib-ng/zlib-ngStar-Verlauf für zlib-ng/zlib-ng

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Zlib Ng

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Zlib Ng.
  • klauspost/compressAvatar von klauspost

    klauspost/compress

    5,525Auf GitHub ansehen↗

    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

    Gocompressiondecompressiondeflate
    Auf GitHub ansehen↗5,525
  • atomicobject/heatshrinkAvatar von atomicobject

    atomicobject/heatshrink

    1,534Auf GitHub ansehen↗

    data compression library for embedded/real-time systems

    C
    Auf GitHub ansehen↗1,534
  • avaneev/lzavAvatar von avaneev

    avaneev/lzav

    534Auf GitHub ansehen↗

    Fast In-Memory Data Compression Algorithm (header-only C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

    C++
    Auf GitHub ansehen↗534
  • ariya/fastlzAvatar von ariya

    ariya/FastLZ

    539Auf GitHub ansehen↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    Auf GitHub ansehen↗539
Alle 27 Alternativen zu Zlib Ng anzeigen→

Häufig gestellte Fragen

Was macht zlib-ng/zlib-ng?

zlib replacement with optimizations for "next generation" systems.

Was sind die Hauptfunktionen von zlib-ng/zlib-ng?

Die Hauptfunktionen von zlib-ng/zlib-ng sind: Compression Libraries.

Welche Open-Source-Alternativen gibt es zu zlib-ng/zlib-ng?

Open-Source-Alternativen zu zlib-ng/zlib-ng sind unter anderem: klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.… atomicobject/heatshrink — data compression library for embedded/real-time systems. avaneev/lzav — Fast In-Memory Data Compression Algorithm (header-only C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better… byronknoll/cmix — cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage. cwida/fsst — Fast Static Symbol Table (FSST): efficient random-access string compression. ariya/fastlz — Small & portable byte-aligned LZ77 compression.