store
Binary serializer
A fast binary serialization library in Haskell with efficient encoding and decoding of various data types
Fast binary serialization in Haskell
109 stars
12 watching
36 forks
Language: Haskell
last commit: 9 months ago binary-serializationserialization
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 746 |
ziglibs/s2s | A binary serialization format and library for Zig. | 130 |
harrah/sbinary | A library for describing and serializing binary formats in Scala | 75 |
msgpack/msgpack-haskell | A Haskell implementation of MessagePack data serialization format | 138 |
well-typed/cborg | A Haskell implementation of the CBOR format for fast binary serialisation and deserialisation. | 191 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 258 |
msgpack/msgpack-d | A binary-based JSON-like serialization library for D language. | 118 |
liteserver/binn | A binary data serialization format designed to be compact and fast. | 454 |
atilaneves/cerealed | A binary serialization library for D that provides flexible and customizable serialization capabilities. | 92 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |