cista
C++ serializer
A high-performance serialization and reflection library for C++ that enables efficient, zero-copy data serialization and deserialization.
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
2k stars
35 watching
121 forks
Language: C++
last commit: 3 months ago
Linked from 5 awesome lists
benchmarkcppcpp17deserializationefficienthigh-performancereflectionserializationzero-copy
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
| A C++20 library for fast serialization and deserialization using reflection | 1,165 |
| A binary serialization library optimized for speed and space. | 1,090 |
| A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 481 |
| A fast and portable JSON library for C++ that supports various features and data formats | 1,414 |
| A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
| A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
| A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
| A reflection-based serialization library for C++ | 99 |
| Compares performance of various data serialization libraries in C++ | 731 |
| A Lua-based serialization library for encoding and decoding data structures into C structs and strings. | 30 |
| Provides efficient serialization and deserialization capabilities for binary data formats | 226 |
| A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
| A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 479 |
| A C# implementation of Google's FlatBuffers serialization format for high-performance binary serialization | 513 |