eyalz800/zpp_bits
A lightweight C++20 serialization and RPC library observed · 2026-09-03
Health v2 · maintenance only
93/100
- Activity 96
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 54
- age_days: 1721
- days_rel: 24
- days_push: 24
- n_releases_24m: 12
Adoption not part of the score
1003 stars · 75 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight, header-only C++20 binary serialization library with built-in RPC support, designed for seamless and fast serialization of arbitrary objects. It is the successor to zpp::serializer, emphasizing simplicity, constexpr support, and high performance.
Use cases
- serialize C++ objects to binary
- deserialize binary data back into C++ types
- implement lightweight RPC between processes
- serialize standard library containers
- constexpr serialization at compile time
- fast binary serialization with minimal overhead
When to choose
- you need a single-header, dependency-free C++20 serialization solution
- you want fast binary serialization with benchmarks showing top performance
- you need lightweight RPC without heavy frameworks like gRPC
- you work in freestanding or exception-free environments
When to avoid
- you need C++17 or earlier compatibility
- you need text-based or human-readable formats like JSON or XML
- you require cross-language serialization with schema definitions like protobuf
Facets
library · maturity active
serialization rpc developer-tools microservices performance cpp cross-platform header-only cpp20 binary-serialization constexpr single-header
1 source
- readme: https://github.com/eyalz800/zpp_bits · fetched 2026-09-03 · 8ceb98df6900
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eyalz800/zpp_bits | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="eyalz800/zpp_bits")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem