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
antirez avatar

antirez/smaz

0
View on GitHub↗
1,222 stars·133 forks·C·BSD-3-Clause·12 views

Smaz

Small strings compression library

Features

  • Compression Libraries - Small strings compression library.
  • Data Processing - Compression for very small strings.
  • String Manipulation - Efficient library for string compression.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for antirez/smazStar history chart for antirez/smaz

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Smaz

These projects share indexed features with Smaz. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • atomicobject/heatshrinkatomicobject avatar

    atomicobject/heatshrink

    1,534View on GitHub↗

    data compression library for embedded/real-time systems

    C
    View on GitHub↗1,534
  • ariya/fastlzariya avatar

    ariya/FastLZ

    539View on GitHub↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    View on GitHub↗539
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • cyan4973/finitestateentropyCyan4973 avatar

    Cyan4973/FiniteStateEntropy

    1,486View on GitHub↗

    New generation entropy codecs : Finite State Entropy and Huff0

    Cccompressionentropy
    View on GitHub↗1,486
Compare all 30 related projects→

Frequently asked questions

What does antirez/smaz do?

Small strings compression library

What are the main features of antirez/smaz?

The main features of antirez/smaz are: Compression Libraries, Data Processing, String Manipulation, Windows Environments.

Which projects share features with antirez/smaz?

Projects with overlapping indexed features include: 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… antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… ariya/fastlz — Small & portable byte-aligned LZ77 compression. cyan4973/finitestateentropy — New generation entropy codecs : Finite State Entropy and Huff0. libarchive/libarchive — Multi-format archive and compression library.