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
·
Back to avaneev/lzav

Open-source alternatives to Lzav

30 open-source projects similar to avaneev/lzav, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Lzav alternative.

  • 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

    Cccompressionlz4
    Auf GitHub ansehen↗11,882
  • facebook/zstdAvatar von facebook

    facebook/zstd

    27,259Auf GitHub ansehen↗

    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

    C
    Auf GitHub ansehen↗27,259
  • 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

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • antirez/smazAvatar von antirez

    antirez/smaz

    1,222Auf GitHub ansehen↗

    Small strings compression library

    C
    Auf GitHub ansehen↗1,222
  • ariya/fastlzAvatar von ariya

    ariya/FastLZ

    539Auf GitHub ansehen↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    Auf GitHub ansehen↗539
  • atomicobject/heatshrinkAvatar von atomicobject

    atomicobject/heatshrink

    1,534Auf GitHub ansehen↗

    data compression library for embedded/real-time systems

    C
    Auf GitHub ansehen↗1,534
  • brantburnett/snappierB

    brantburnett/Snappier

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • byronknoll/cmixAvatar von byronknoll

    byronknoll/cmix

    710Auf GitHub ansehen↗

    cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.

    C++
    Auf GitHub ansehen↗710
  • cwida/fsstAvatar von cwida

    cwida/fsst

    519Auf GitHub ansehen↗

    Fast Static Symbol Table (FSST): efficient random-access string compression

    C++
    Auf GitHub ansehen↗519
  • cyan4973/finitestateentropyAvatar von Cyan4973

    Cyan4973/FiniteStateEntropy

    1,486Auf GitHub ansehen↗

    New generation entropy codecs : Finite State Entropy and Huff0

    Cccompressionentropy
    Auf GitHub ansehen↗1,486
  • cysharp/nativecompressionsC

    Cysharp/NativeCompressions

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • facebook/openzlAvatar von facebook

    facebook/openzl

    3,095Auf GitHub ansehen↗

    A novel data compression framework

    C
    Auf GitHub ansehen↗3,095
  • flanglet/kanzi-cppAvatar von flanglet

    flanglet/kanzi-cpp

    218Auf GitHub ansehen↗

    Fast lossless data compression in C++

    C++asymmetric-numeral-systemsbwtcompression
    Auf GitHub ansehen↗218
  • google/brotliAvatar von google

    google/brotli

    14,753Auf GitHub ansehen↗

    Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al

    TypeScript
    Auf GitHub ansehen↗14,753
  • google/zopfliAvatar von google

    google/zopfli

    3,583Auf GitHub ansehen↗

    Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.

    C++
    Auf GitHub ansehen↗3,583
  • hellobertrand/zxcAvatar von hellobertrand

    hellobertrand/zxc

    384Auf GitHub ansehen↗

    Asymmetric lossless compression built for ultra-fast decode. 40%+ faster than LZ4 on ARM64, with better ratios. C library, write-once/read-many.

    C
    Auf GitHub ansehen↗384
  • ikpil/dotcompressorbenchmarkI

    ikpil/DotCompressorBenchmark

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ikpil/dotfastlzI

    ikpil/DotFastLZ

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jaime-olivares/zipstorerJ

    jaime-olivares/zipstorer

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jzebedee/thumbhashJ

    jzebedee/ThumbHash

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • zlib-ng/zlib-ngAvatar von zlib-ng

    zlib-ng/zlib-ng

    2,027Auf GitHub ansehen↗

    zlib replacement with optimizations for "next generation" systems.

    C
    Auf GitHub ansehen↗2,027
  • alexcrichton/bzip2-rsAvatar von alexcrichton

    alexcrichton/bzip2-rs

    169Auf GitHub ansehen↗

    Documentation

    C
    Auf GitHub ansehen↗169
  • alexcrichton/tar-rsAvatar von alexcrichton

    alexcrichton/tar-rs

    724Auf GitHub ansehen↗

    Documentation

    Rust
    Auf GitHub ansehen↗724
  • zertovitch/zip-adaAvatar von zertovitch

    zertovitch/zip-ada

    35Auf GitHub ansehen↗

    Zip-Ada is a library for dealing with the Zip compressed archive file format.

    Ada
    Auf GitHub ansehen↗35
  • zlib-ng/minizip-ngAvatar von zlib-ng

    zlib-ng/minizip-ng

    1,460Auf GitHub ansehen↗

    Fork of the popular zip manipulation library found in the zlib distribution.

    C
    Auf GitHub ansehen↗1,460
  • alexanderbagel/fwzipAvatar von AlexanderBagel

    AlexanderBagel/FWZip

    64Auf GitHub ansehen↗

    Набор классов для архивирования.

    Pascal
    Auf GitHub ansehen↗64
  • kspalaiologos/bzip3Avatar von kspalaiologos

    kspalaiologos/bzip3

    1,213Auf GitHub ansehen↗

    A better and stronger spiritual successor to BZip2.

    C
    Auf GitHub ansehen↗1,213
  • libarchive/libarchiveAvatar von libarchive

    libarchive/libarchive

    3,526Auf GitHub ansehen↗

    Multi-format archive and compression library

    C
    Auf GitHub ansehen↗3,526
  • lifthrasiir/rust-zipAvatar von lifthrasiir

    lifthrasiir/rust-zip

    2Auf GitHub ansehen↗

    A simple rust library to read and write Zip archives, which is also my pet project for learning Rust. At the moment you can list the files in a Zip archive, as well as extracting them if they are either stored (uncompressed) or deflated, but I plan to add write support soon.

    Rust
    Auf GitHub ansehen↗2
  • lzfse/lzfseAvatar von lzfse

    lzfse/lzfse

    1,818Auf GitHub ansehen↗

    LZFSE compression library and command line tool

    C
    Auf GitHub ansehen↗1,818