https://github.com/unixjunkie/lz4-chans
open/close binary channels with LZ4 compression in the background
https://github.com/unixjunkie/lz4-chans
channels lz4-compression ocaml-library unix
Last synced: about 1 year ago
JSON representation
open/close binary channels with LZ4 compression in the background
- Host: GitHub
- URL: https://github.com/unixjunkie/lz4-chans
- Owner: UnixJunkie
- License: bsd-3-clause
- Created: 2019-05-16T06:56:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T01:26:15.000Z (over 6 years ago)
- Last Synced: 2025-03-27T19:23:31.247Z (about 1 year ago)
- Topics: channels, lz4-compression, ocaml-library, unix
- Language: OCaml
- Homepage:
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lz4-chans
open/close binary channels with LZ4 compression in the background
One of the goals is to allow on-the-fly LZ4-compressed channels for the
Marshal module of the stdlib.