Movatterモバイル変換


[0]ホーム

URL:


packagebiniou

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve

Install

Dune Dependency

Authors

Maintainers

Sources

biniou-1.2.2.tbz
sha256=8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f
sha512=7d03b3759a3a2e1c77713aa1b8375a1f1917f49d14fe5e3cb01d5e53a12e6385b7a3b0f4827f3be71182c31c416d780e1f9ef011dc205cb8f9b0ab2d8fc23cfd

Description

Biniou (pronounced "be new") is a binary data format designed for speed, safety,ease of use and backward compatibility as protocols evolve. Biniou is vastlyequivalent to JSON in terms of functionality but allows implementations severaltimes faster (4 times faster than yojson), with 25-35% space savings.

Biniou data can be decoded into human-readable form without knowledge of typedefinitions except for field and variant names which are represented by 31-bithashes. A program named bdump is provided for routine visualization of binioudata files.

The program atdgen is used to derive OCaml-Biniou serializers and deserializersfrom type definitions.

Biniou format specification: mjambon.github.io/atdgen-doc/biniou-format.txt

Published:27 Jun 2022

README

Biniou

Biniou (pronounced "be new") is a binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve. Biniou is vastly equivalent to JSON in terms of functionality but allows implementations several times faster (4 times faster thanyojson), with 25-35% space savings.

Biniou data can be decoded into human-readable form without knowledge of type definitions except for field and variant names which are represented by 31-bit hashes. A program namedbdump is provided for routine visualization of biniou data files.

The programatdgen is used to derive OCaml-Biniou serializers and deserializers from type definitions.

Biniou format specification:biniou-format.txt

Dependencies (4)

  1. ocaml>= "4.02.3"
  2. dune>= "1.10"
  3. camlp-streams
  4. easy-format

Dev Dependencies

None

Conflicts

None


[8]ページ先頭

©2009-2025 Movatter.jp