Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/chai2010/lzfse-go
- Owner: chai2010
- Created: 2016-07-14T11:00:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T12:47:44.000Z (over 8 years ago)
- Last Synced: 2024-10-06T01:18:13.587Z (3 months ago)
- Language: C
- Homepage: http://godoc.org/github.com/chai2010/lzfse-go
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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