riegeli
protobuf-conformance
riegeli | protobuf-conformance | |
---|---|---|
1 | 1 | |
417 | 23 | |
1.7% | - | |
9.5 | 8.6 | |
2 days ago | 9 days ago | |
C++ | TypeScript | |
Apache License 2.0 | Apache License 2.0 |
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.
riegeli
-
Add extra stuff to a “standard” encoding? Sure, why not
> didn’t find any standard for separating protobuf messages
The fact that protobufs are not self-delimiting is an endless source of frustration, but I know of 2 standards:
- SerializeDelimited* is part of the protobuf library: https://github.com/protocolbuffers/protobuf/blob/main/src/go...
- Riegeli is "a file format for storing a sequence of string records, typically serialized protocol buffers. It supports dense compression, fast decoding, seeking, detection and optional skipping of data corruption, filtering of proto message fields for even faster decoding, and parallel encoding": https://github.com/google/riegeli
protobuf-conformance
-
Add extra stuff to a “standard” encoding? Sure, why not
It looks like Protobuf actually has a test suite to ensure compliance with the protocol:
https://github.com/bufbuild/protobuf-conformance
Seems like a good idea for protocols in general to have an official test suite, as a way to address this problem
What are some alternatives?
msgpack - MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
quick-protobuf - A rust implementation of protobuf parser
Protobuf - Protocol Buffers - Google's data interchange format
material-ui - MUI Core (formerly Material UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. [Moved to: https://github.com/mui/material-ui]
ntfy - Send push notifications to your phone or desktop using PUT/POST
protobuf - Protocol Buffers for JavaScript & TypeScript.
material-ui - MUI Core (formerly Material UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. [Moved to: https://github.com/mui/material-ui]
compactr - Schema based serialization made easy