Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chai2010/lzfse-go

LZFSE decoder and encoder for Go (Zero Dependencies).
https://github.com/chai2010/lzfse-go

Last synced: 3 months ago
JSON representation

LZFSE decoder and encoder for Go (Zero Dependencies).

Awesome Lists containing this project

README

        

# lzfse for Go

## LZFSE

LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding.
It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
It is introduced in the
[Compression library](https://developer.apple.com/library/mac/documentation/Performance/Reference/Compression/index.html) with OS X 10.11 and iOS 9.

See https://github.com/lzfse/lzfse

TODO