Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szktty/erlang-lz4
LZ4 bindings for Erlang
https://github.com/szktty/erlang-lz4
Last synced: 2 months 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 (about 3 years ago)
- Last Synced: 2024-10-19T01:47:07.140Z (3 months ago)
- Language: C
- Size: 380 KB
- Stars: 64
- Watchers: 10
- Forks: 46
- 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 [![Build Status](https://secure.travis-ci.org/szktty/erlang-lz4.png?branch=master)](http://travis-ci.org/szktty/erlang-lz4)
develop [![Build Status](https://secure.travis-ci.org/szktty/erlang-lz4.png?branch=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