protobuf-conformance VS quick-protobuf

Compare protobuf-conformance vs quick-protobuf and see what are their differences.

protobuf-conformance

A repository running the Protobuf conformance tests against various libraries (by bufbuild)

quick-protobuf

A rust implementation of protobuf parser (by tafia)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
protobuf-conformance quick-protobuf
1 3
20 430
- -
8.4 6.3
13 days ago 3 months ago
JavaScript 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.

protobuf-conformance

Posts with mentions or reviews of protobuf-conformance. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-19.

quick-protobuf

Posts with mentions or reviews of quick-protobuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Fivefold Slower Compared to Go? Optimizing Rust's Protobuf Decoding Performance
    10 projects | news.ycombinator.com | 12 Apr 2024
    [quick-protobuf]: https://github.com/tafia/quick-protobuf
  • Add extra stuff to a “standard” encoding? Sure, why not
    11 projects | news.ycombinator.com | 19 Sep 2023
    I actually went through all projects listed in [1] because I remember this very quirk. It turns out that there are many such libraries that have two variants of encode/decode functions, where the second variant prepends a varint length. In my brief inspection there do exist a few libraries with only the second variant (e.g. Rust quick-protobuf), which is legitimately problematic [2].

    But if the project in question was indeed protobuf.js (see loeg's comments), it clearly distinguishes encode/decode vs. encodeDelimited/decodeDelimited. So I believe the project should not be blamed, and the better question would be why so many people chose to add this exact helper. Well, because Google itself also had the same helper [3]! So at this point protobuf should just standardize this simple framing format (with an explicitly different name though), instead of claiming that protobuf has no obligation to define one.

    [1] https://github.com/protocolbuffers/protobuf/blob/main/docs/t...

    [2] https://github.com/tafia/quick-protobuf/issues/130

    [3] https://protobuf.dev/reference/java/api-docs/com/google/prot...

    [4] https://github.com/protocolbuffers/protobuf/blob/main/src/go...

What are some alternatives?

When comparing protobuf-conformance and quick-protobuf you can also consider the following projects:

msgpack - MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.

riegeli - Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers.

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]

nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more [maintainer=@figsoda]

Protobuf - Protocol Buffers - Google's data interchange format

imstr - Immutable strings, in Rust.

compactr - Schema based serialization made easy

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]

flapigen-rs - Tool for connecting programs or libraries written in Rust with other languages