6over3/bebop
🎷No ceremony, just code. Blazing fast, typesafe binary serialization. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 68
- Release rhythm 48
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 8
- age_days: 2263
- days_rel: 351
- days_push: 197
- n_releases_24m: 8
Adoption not part of the score
2173 stars · 51 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bebop is a high-performance, typesafe binary serialization format with a schema language and code generator (bebopc) that produces optimized code for C#, TypeScript, Rust, C++, Dart, Python, and Go. It also includes Tempo, an RPC framework for building efficient APIs, and claims to be significantly faster than JSON and Protocol Buffers.
Use cases
- serialize structured data faster than JSON or protobuf
- generate typesafe serialization code from schemas for multiple languages
- build efficient RPC APIs for real-time applications
- reduce payload size and latency in cloud gaming or game networking
- share a single schema across C#, TypeScript, and Rust services
- marshal messages with zero-copy decoding in performance-critical code
When to choose
- you need blazing-fast binary serialization across several languages
- you want a simpler, faster alternative to Protocol Buffers
- you're building real-time or latency-sensitive systems like games or streaming backends
- you want generated, typesafe code with a tiny runtime and zero dependencies
When to avoid
- you need human-readable data formats or easy debugging with plain text
- your ecosystem requires a widely adopted standard with broad third-party tooling
- you need rich schema evolution features like protobuf's field deprecation semantics
- your language isn't among the supported targets and you can't write an extension
Facets
library · maturity active
serialization rpc compiler parser developer-tools apis performance cross-platform c rust cpp python go cli schema-language code-generation binary-format zero-copy protocol-buffers-alternative -alternative real-time
3 sources
- readme: https://github.com/6over3/bebop · fetched 2026-08-28 · 159ce1a649e7
- homepage: https://bebop.sh/ · fetched 2026-08-29 · 36a0edd11273
- site_page: https://docs.bebop.sh · fetched 2026-08-29 · 9dd91f2e6ad8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 6over3/bebop | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem