faraday
A library for writing fast and memory-efficient serializers.

Install

Authors

Maintainers

Sources

0.7.0.tar.gz
md5=d37a5f1663570f9c75f0b4b4cdb7ec9c

Description

Faraday is a library for writing fast and memory-efficient serializers. Its core type and related operation gives the user fine-grained control over copying and allocation behavior while serializing user-defined types, and presents the output in a form that makes it possible to use vectorized write operations, such as the writev system call, or any other platform or application-specific output APIs.

Published: 09 Feb 2019

Dependencies (3)

  1. bigstringaf
  2. jbuilder >= "1.0+beta10"
  3. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.4.1"

Conflicts

None