https://github.com/szktty/erlang-lz4
LZ4 bindings for Erlang
https://github.com/szktty/erlang-lz4
Last synced: 14 days ago
JSON representation
LZ4 bindings for Erlang
- Host: GitHub
- URL: https://github.com/szktty/erlang-lz4
- Owner: szktty
- Created: 2012-09-30T13:05:26.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-17T09:45:59.000Z (over 3 years ago)
- Last Synced: 2025-03-22T17:41:37.051Z (24 days ago)
- Language: C
- Size: 380 KB
- Stars: 65
- Watchers: 9
- Forks: 48
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
- freaking_awesome_elixir - C - LZ4 bindings for Erlang for fast data compressing. (Algorithms and Data structures)
- fucking-awesome-elixir - lz4 - LZ4 bindings for Erlang for fast data compressing. (Algorithms and Data structures)
- awesome-elixir - lz4 - LZ4 bindings for Erlang for fast data compressing. (Algorithms and Data structures)
README
erlang-lz4
==========branch: master [](http://travis-ci.org/szktty/erlang-lz4)
develop [](http://travis-ci.org/szktty/erlang-lz4)LZ4 bindings for Erlang
This library uses source code of LZ4 from https://github.com/Cyan4973/lz4.
LZ4 implementation version
--------------------------https://github.com/Cyan4973/lz4/releases/tag/r119
Licenses
--------This program is distributed under Apache License 2.0.
LZ4 library is distributed under New BSD License.
Author
------SUZUKI Tetsuya