bebop
🎷No ceremony, just code. Blazing fast, typesafe binary serialization. (by betwixt-labs)
NoProto
Flexible, Fast & Compact Serialization with RPC (by only-cliches)
bebop | NoProto | |
---|---|---|
28 | 8 | |
1,932 | 374 | |
0.3% | - | |
8.6 | 0.0 | |
about 1 month ago | over 1 year ago | |
C# | Rust | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bebop
Posts with mentions or reviews of bebop.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-18.
- FLaNK AI Weekly 18 March 2024
- Fast, Typesafe Binary Serialization
- Bebop v3: a fast, modern replacement to Protocol Buffers
- Bebop introduces JSON-Over-Bebop for fast runtime type validation of raw JSON in JavaScript/TypeScript; faster than Zod and other alternatives
- Bebop introduces JSON-Over-Bebop for fast runtime type validation of raw JSON in Typescript; faster than Zod and other alternatives
- Bebop (Better Protocol Buffers) v2.7.0: watch mode, service streams, improved REPL, and compiler plugins RFC
NoProto
Posts with mentions or reviews of NoProto.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-03.
- Flexible, Fast & Compact Serialization with RPC
- NoProto: Flexible, Fast and Compact Serialization with RPC
-
Writing no_std-friendly libraries?
You can easily use allocation and allocation dependent data types with the ‘alloc’ crate. Everything in the alloc crate will honor a global allocator set by the host application. I built a no_std crate with allocation, if you’d like to check it out for examples: https://github.com/only-cliches/NoProto
-
Introducing nachricht: a self-describing binary data-interchange format that uses backreferences to save bytes on wire
Looks awesome! Do you mind if I add this library to my benchmarks? https://github.com/only-cliches/NoProto#benchmarks
-
Looking for simple avro like serialization format
There is now: https://github.com/only-cliches/NoProto/issues/10
-
rkyv 0.3: Unarchiving and perfect hashing
I'm trying to add your library to my benchmarks and it's seg faulting. It's possible I'm doing things wrong, but once I reach this method the benchmark fails and segfaults.
-
rawbson: A new non-allocating BSON handling crate
Benchmark Source
What are some alternatives?
When comparing bebop and NoProto you can also consider the following projects:
Protobuf - Protocol Buffers - Google's data interchange format
rkyv - Zero-copy deserialization framework for Rust
Cap'n Proto - Cap'n Proto serialization/RPC system - core tools and C++ library
gogen-avro - Generate Go code to serialize and deserialize Avro schemas
FlatBuffers - FlatBuffers: Memory Efficient Serialization Library
xous-core - The Xous microkernel
rust_serialization_benchmark - Benchmarks for rust serialization frameworks
serde-gura - Strongly typed Gura library for Rust
go_serialization_benchmarks - Benchmarks of Go serialization methods
postgresbson - BSON support for PostgreSQL
noVNC - VNC client web application
rawbson - Blazing fast zero-copy BSON handling in Rust.