package lz4_chans

  1. Overview
  2. Docs
LZ4-compressed binary channels

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.1.tar.gz
md5=1853b6d412b297e78e7e4d62a77b91b2

Description

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

Published: 18 Nov 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 >= "1.6"
  2. dolog >= "4.0.0"
  3. conf-lz4
  4. base-unix
  5. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None