igbinary
Binary serializer
A binary serialization format designed to replace the standard PHP serializer with improved compression and reduced storage requirements.
Igbinary is a drop in replacement for the standard php serializer. Check https://github.com/igbinary/igbinary for the freshest version
259 stars
19 watching
91 forks
Language: C
last commit: over 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
harrah/sbinary | A library for describing and serializing binary formats in Scala | 75 |
treeform/flatty | A fast and simple binary serializer/deserializer for Nim. | 87 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
xdbr/cpp-generic-serialize | A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
meeron/pybinn | A Python wrapper around a binary serialization format | 5 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 507 |
dcodeio/pson | A binary serialization format for JSON focused on minimizing network size | 460 |
planetis-m/bingo | A binary serialization framework for Nim | 20 |
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
mgsloan/store | A fast binary serialization library in Haskell with efficient encoding and decoding of various data types | 109 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 226 |
liteserver/binn | A binary data serialization format designed to be compact and fast. | 455 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,090 |
chronoxor/fastbinaryencoding | A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding. | 889 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 746 |