/heatshrink-java

Java implementation of heatshrink compression algorithm

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

heatshrink-java

Java implementation of heatshrink compression algorithm

Build Status Coverage Status

Why

This library is a java port from the great heatshrink library by Scott Vokes https://spin.atomicobject.com/2013/03/14/heatshrink-embedded-data-compression/ that runs great on micro controllers because of very little memory usage.

When decompressing on an mcu you sometimes need to create compressed data on a normal PC, this is where this library could be used.

C-Sources

Original c sources can be found here https://github.com/atomicobject/heatshrink