ufastlz

Compression library

A MicroPython wrapper for a lightning-fast lossless compression library.

Micropython wrapper for FastLZ, a lightning-fast lossless compression library

GitHub

14 stars
4 watching
0 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
dmazzella/ucryptography A lightweight implementation of cryptographic primitives for secure data handling 7
emmanuel-marty/zultra A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. 27
dmazzella/ucrypto Provides a fast implementation of digital signatures using RSA and Elliptic Curve Cryptography. 32
ariya/fastlz An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. 439
dmazzella/ucbor Implementation of a lightweight CBOR serializer/deserializer for use in embedded systems with limited resources. 1
sstadick/gzp A multi-threaded data compression library written in Rust. 154
dmazzella/ucryptoauthlib A lightweight Python driver for Microchip's Crypto Authentication secure elements 41
bungle/lua-resty-snappy A Lua module providing bindings to the Snappy compression algorithm 19
emmanuel-marty/em_inflate A fast, in-memory decompression library for common compression formats 73
rust-lang/flate2-rs A library that provides bindings to various compression formats. 916
dgryski/go-quicklz An implementation of a lossless data compression algorithm in the Go programming language. 8
andrewrk/libz A Zig port of zlib, replacing its build system with a custom implementation. 14
stcarrez/ada-lzma A library providing an Ada interface to the liblzma compression library 6
gsquire/zig-snappy A Zig library implementing a fast, block-based compression algorithm. 28
froydnj/chipz A Common Lisp library for decompressing compressed data from various algorithms 17