awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
antirez avatar

antirez/smaz

0
View on GitHub↗
1,222 نجوم·133 تفرعات·C·BSD-3-Clause·2 مشاهدات

Smaz

Small strings compression library

Features

  • Compression Libraries - Small strings compression library.
  • Data Processing - Compression for very small strings.
  • معالجة النصوص - Efficient library for string compression.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ antirez/smazمخطط تاريخ النجوم لـ antirez/smaz

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Smaz

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Smaz.
  • atomicobject/heatshrinkالصورة الرمزية لـ atomicobject

    atomicobject/heatshrink

    1,534عرض على GitHub↗

    data compression library for embedded/real-time systems

    C
    عرض على GitHub↗1,534
  • ariya/fastlzالصورة الرمزية لـ ariya

    ariya/FastLZ

    539عرض على GitHub↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    عرض على GitHub↗539
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على 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
    عرض على GitHub↗5,486
  • cyan4973/finitestateentropyالصورة الرمزية لـ Cyan4973

    Cyan4973/FiniteStateEntropy

    1,486عرض على GitHub↗

    New generation entropy codecs : Finite State Entropy and Huff0

    Cccompressionentropy
    عرض على GitHub↗1,486
عرض جميع البدائل الـ 30 لـ Smaz→

الأسئلة الشائعة

ما هي وظيفة antirez/smaz؟

Small strings compression library

ما هي الميزات الرئيسية لـ antirez/smaz؟

الميزات الرئيسية لـ antirez/smaz هي: Compression Libraries, Data Processing, معالجة النصوص, Windows Environments.

ما هي البدائل مفتوحة المصدر لـ antirez/smaz؟

تشمل البدائل مفتوحة المصدر لـ antirez/smaz: 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.