# eyalz800/zpp_bits

A lightweight C++20 serialization and RPC library

Repository: https://github.com/eyalz800/zpp_bits
Canonical: https://ross.abutalabs.com/products/zpp_bits
Language: C++
License: MIT
License Family: permissive
Topics: serialization, cpp, header-only, rpc, cpp20
Last push: 2026-08-09T21:24:42+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 84, longevity 100
- inputs: {"age_days": 1721, "days_push": 24, "days_rel": 24, "gap_med": 54, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1003, forks 75 (observed 2026-09-03T02:15:11.805370+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: serialization, rpc
- domain: developer-tools, microservices, performance
- platform: cpp, cross-platform
- tags: header-only, cpp20, binary-serialization, constexpr, single-header

## Member repositories
- eyalz800/zpp_bits (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:11.805370+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:13:50.877442+00:00, confidence not recorded.
  - readme: https://github.com/eyalz800/zpp_bits (fetched 2026-09-03T02:15:11.805370+00:00, sha 8ceb98df6900)
- Data as of 2026-08-30T08:39:29.467469+00:00.
