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
·
flanglet avatar

flanglet/kanzi-cpp

0
View on GitHub↗
218 Stars·11 Forks·C++·Apache-2.0·3 Aufrufe

Kanzi Cpp

Fast lossless data compression in C++

Features

  • Compression Libraries - Modular and efficient lossless data compressor.

Star-Verlauf

Star-Verlauf für flanglet/kanzi-cppStar-Verlauf für flanglet/kanzi-cpp

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 Kanzi Cpp

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Kanzi Cpp.
  • 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 Kanzi Cpp anzeigen→

Häufig gestellte Fragen

Was macht flanglet/kanzi-cpp?

Fast lossless data compression in C++

Was sind die Hauptfunktionen von flanglet/kanzi-cpp?

Die Hauptfunktionen von flanglet/kanzi-cpp sind: Compression Libraries.

Welche Open-Source-Alternativen gibt es zu flanglet/kanzi-cpp?

Open-Source-Alternativen zu flanglet/kanzi-cpp 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.