@hackage ptr-peeker0.2.0.1
High-performance composable binary data deserializers
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (5)
Dependents (3)
@hackage/postgresql-types-algebra, @hackage/postgresql-types, @hackage/hasql-postgresql-types
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:
Fixeddecoders for compile-time known, fixed-size data structuresVariabledecoders 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.