@hackage / ptr-peeker

High-performance composable binary data deserializers

Latest0.2.0.1

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Maintained by: Nikita Volkov <nikita.y.volkov@mail.ru>

  • Lottery factor: 1

Links

Installation

Readme

A high-performance binary data deserialization library providing a type-safe, flexible and composable abstraction over manipulations on pointers.

The API consists of two complementary abstractions:

  • Fixed decoders for compile-time known, fixed-size data structures

  • Variable decoders for runtime-dependent, variable-size data structures

In combination they allow to build decoders of any complexity.

The library delivers superior performance compared to alternatives like "cereal" and "store", making it ideal for high-throughput applications, networking, and systems programming.