package lz4_chans

  1. Overview
  2. Docs
LZ4-compressed binary channels

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
md5=99c95f75ee1c57c7e59820ab7046e777

Description

Open/close binary channels, with LZ4-compression happening in the background, using a separate process and a named pipe.

Published: 03 Oct 2019

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.

Dependencies (5)

  1. dune < "3.0"
  2. dolog >= "4.0.0" & < "5.0.0"
  3. conf-lz4
  4. base-unix
  5. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None