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
34 watching
119 forks
Language: C++
last commit: 15 days ago
Linked from 5 awesome lists
benchmarkcppcpp17deserializationefficienthigh-performancereflectionserializationzero-copy
Related projects:
Repository | Description | Stars |
---|---|---|
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
p-ranav/alpaca | A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 479 |
stephenberry/glaze | A fast and portable JSON library for C++ that supports various features and data formats | 1,221 |
xdbr/cpp-generic-serialize | A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
xeverous/fuser | A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
excessive/cdata | A Lua-based serialization library for encoding and decoding data structures into C structs and strings. | 30 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 477 |
jamescourtney/flatsharp | A C# implementation of Google's FlatBuffers serialization format for high-performance binary serialization | 511 |