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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
avaneev avatar

avaneev/lzav

0
View on GitHub↗
534 stars·28 forks·C++·MIT·7 views

Lzav

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

Features

  • Compression Libraries - Fast in-memory data compression.
  • Data Compression - High-speed LZAV compression algorithm implementation.

Star history

Star history chart for avaneev/lzavStar history chart for avaneev/lzav

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does avaneev/lzav do?

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

What are the main features of avaneev/lzav?

The main features of avaneev/lzav are: Compression Libraries, Data Compression.

What are some open-source alternatives to avaneev/lzav?

Open-source alternatives to avaneev/lzav include: lz4/lz4 — This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed… facebook/zstd — Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast… klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.… alexcrichton/tar-rs — Documentation. ariya/fastlz — Small & portable byte-aligned LZ77 compression. alexcrichton/bzip2-rs — Documentation.

Open-source alternatives to Lzav

Similar open-source projects, ranked by how many features they share with Lzav.
  • lz4/lz4lz4 avatar

    lz4/lz4

    11,882View on 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

    Cccompressionlz4
    View on GitHub↗11,882
  • facebook/zstdfacebook avatar

    facebook/zstd

    27,259View on 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

    C
    View on GitHub↗27,259
  • klauspost/compressklauspost avatar

    klauspost/compress

    5,525View on 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

    Gocompressiondecompressiondeflate
    View on GitHub↗5,525
  • alexcrichton/tar-rsalexcrichton avatar

    alexcrichton/tar-rs

    724View on GitHub↗

    Documentation

    Rust
    View on GitHub↗724
  • See all 30 alternatives to Lzav→