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

ariya/FastLZ

0
View on GitHub↗
539 stars·103 forks·C·6 viewsariya.github.io/FastLZ↗

FastLZ

Small & portable byte-aligned LZ77 compression

Features

  • Compression Libraries - Small and portable LZ77 compression.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for ariya/fastlzStar history chart for ariya/fastlz

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

Open-source alternatives to FastLZ

Similar open-source projects, ranked by how many features they share with FastLZ.
  • atomicobject/heatshrinkatomicobject avatar

    atomicobject/heatshrink

    1,534View on GitHub↗

    data compression library for embedded/real-time systems

    C
    View on GitHub↗1,534
  • cyan4973/finitestateentropyCyan4973 avatar

    Cyan4973/FiniteStateEntropy

    1,486View on GitHub↗

    New generation entropy codecs : Finite State Entropy and Huff0

    Cccompressionentropy
    View on GitHub↗1,486
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • google/brotligoogle avatar

    google/brotli

    14,753View on GitHub↗

    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
    View on GitHub↗14,753
See all 30 alternatives to FastLZ→

Frequently asked questions

What does ariya/fastlz do?

Small & portable byte-aligned LZ77 compression

What are the main features of ariya/fastlz?

The main features of ariya/fastlz are: Compression Libraries, Windows Environments.

What are some open-source alternatives to ariya/fastlz?

Open-source alternatives to ariya/fastlz include: cyan4973/finitestateentropy — New generation entropy codecs : Finite State Entropy and Huff0. libarchive/libarchive — Multi-format archive and compression library. antirez/smaz — Small strings compression library. atomicobject/heatshrink — data compression library for embedded/real-time systems. google/brotli — Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce… klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.…