Releases: nthnn/microlzw
Releases · nthnn/microlzw
microlzw v1.1.0
microlzw is a lightweight and embeddable Micro Lempel-Ziv-Welch (MLZW) compression library designed specifically for Arduino projects. It provides efficient string compression and decompression functionalities, catering to scenarios where memory and storage resources are limited.
- Memory-Friendly: Designed to work within the constraints of Arduino projects, ensuring efficient use of memory resources.
- Easy Integration: Simple and straightforward API for easy integration into your Arduino projects.
- Comprehensive Documentation: The header file includes detailed comments to guide developers in using the library effectively.
Usage
See the easy to follow full example usage here.
Full Changelog: v1.0.0...v1.1.0
microlzw v1.0.0
microlzw is a lightweight and embeddable Micro Lempel-Ziv-Welch (MLZW) compression library designed specifically for Arduino projects. It provides efficient string compression and decompression functionalities, catering to scenarios where memory and storage resources are limited.
- Memory-Friendly: Designed to work within the constraints of Arduino projects, ensuring efficient use of memory resources.
- Easy Integration: Simple and straightforward API for easy integration into your Arduino projects.
- Comprehensive Documentation: The header file includes detailed comments to guide developers in using the library effectively.
Usage
See the easy to follow full example usage here.