faraday
A library for writing fast and memory-efficient serializers

Install

Authors

Maintainers

Sources

0.8.2.tar.gz
md5=307dccc4ea67ff0eeff394701d05bbe7

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: 14 Oct 2022

Dependencies (3)

  1. bigstringaf
  2. dune >= "1.11"
  3. ocaml >= "4.03.0"

Dev Dependencies (1)

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

Conflicts

None