ptr-peeker: High-performance composable binary data deserializers
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 structuresVariable
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.
Downloads
- ptr-peeker-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.2 |
---|---|
Dependencies | base (>=4.14 && <5), bytestring (>=0.11 && <0.14), ptr (>=0.16.8.6 && <0.17), text (>=2 && <3), vector (>=0.13 && <0.14) [details] |
License | MIT |
Copyright | (c) 2021, Nikita Volkov |
Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
Home page | https://github.com/nikita-volkov/ptr-peeker |
Bug tracker | https://github.com/nikita-volkov/ptr-peeker/issues |
Source repo | head: git clone https://github.com/nikita-volkov/ptr-peeker |
Uploaded | by NikitaVolkov at 2025-08-29T15:32:53Z |
Distributions | |
Downloads | 8 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-08-29 [all 1 reports] |