fraillt/bitsery
Your binary serialization library observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 46
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3496
- days_rel: n/a
- days_push: 328
- n_releases_24m: 0
Adoption not part of the score
1262 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bitsery is a header-only C++ binary serialization library designed for real-time networking, especially in games. It produces compact, metadata-free output with compile-time cross-platform guarantees and extensible bit-level control.
Use cases
- serialize game state for real-time network delivery
- compact binary serialization of C++ structs
- cross-platform binary data exchange without IDL or code generation
- fast serialization benchmarked against cereal, protobuf, msgpack
- bit-level serialization control for bandwidth-constrained protocols
- serialize to files, streams, or buffers with runtime error checking
When to choose
- you need the smallest possible serialized data size with no metadata overhead
- you want a header-only C++11/14 library with no macros or code generation
- you are building real-time multiplayer games or network protocols
- serialization speed and deserialization speed are critical
When to avoid
- you need schema evolution with self-describing formats like protobuf or flatbuffers
- you want language interoperability beyond C++ out of the box
- you prefer reflection-based or code-generated serialization workflows
Facets
library · maturity stable
serialization developer-tools performance cpp cross-platform windows header-only binary-serialization cpp11 cpp14 networking games no-codegen game-development linux macos
1 source
- readme: https://github.com/fraillt/bitsery · fetched 2026-08-28 · 60f0b7185286
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fraillt/bitsery | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem