data compression library for embedded/real-time systems
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
New generation entropy codecs : Finite State Entropy and Huff0
Small strings compression library
الميزات الرئيسية لـ antirez/smaz هي: Compression Libraries, Data Processing, معالجة النصوص, Windows Environments.
تشمل البدائل مفتوحة المصدر لـ 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.