algebra VS rust_serialization_benchmark

Compare algebra vs rust_serialization_benchmark and see what are their differences.

algebra

Libraries for finite field, elliptic curve, and polynomial arithmetic (by arkworks-rs)

rust_serialization_benchmark

Benchmarks for rust serialization frameworks (by djkoloski)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
algebra rust_serialization_benchmark
4 22
541 512
1.8% -
8.6 7.7
7 days ago 5 days ago
Rust Rust
Apache License 2.0 -
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.

algebra

Posts with mentions or reviews of algebra. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • Müsli - An experimental binary serialization framework with more choice
    7 projects | /r/rust | 18 May 2023
    Love seeing the work on modes! There's definitely a use for this in cryptography, where you might want to serialize things containing elliptic curve points, which can be serialized in both "compressed" form and "uncompressed" form. We make extensive use of this in our serialization framework in arkworks: https://github.com/arkworks-rs/algebra/tree/master/serialize
  • What application will make Rust its prime ?
    3 projects | /r/rust | 23 Apr 2023
    Rust takes the cake in the blockchain space: Substrate, Cosmos (CosmWasm), and Solana. All of the zero knowledge cryptography libraries used for layer 2 solutions are written in Rust, compiling to Wasm (see arkworks, Risc0). Ethereum's next version of smart contracts will even use a restricted subset of Wasm ("Ewasm") instead of EVM.
  • Example of how of `disallowed_method` Clippy lint in Rust 1.54 can be quite handy
    5 projects | /r/rust | 30 Aug 2021
    Is ark a prefix Embark is using for all their Rust crates, or is it a one-off name for your future crate? If so, it might collide with our naming convention in the arkworks ecosystem: arkworks.rs
  • Best way to enforce correctness of modular arithmetic?
    1 project | /r/rust | 19 Feb 2021
    You can take a look at our approach in the arkworks library: https://github.com/arkworks-rs/algebra/blob/920070c60d481a29fb3c262ef9579f34cbb053a6/ff/src/fields/macros.rs#L103

rust_serialization_benchmark

Posts with mentions or reviews of rust_serialization_benchmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-13.
  • Rkyv: Rkyv zero-copy deserialization framework for rust
    2 projects | news.ycombinator.com | 13 Jan 2024
    https://github.com/djkoloski/rust_serialization_benchmark

    Apache/arrow-rs: https://github.com/apache/arrow-rs

    From https://arrow.apache.org/faq/ :

    > How does Arrow relate to Flatbuffers?

    > Flatbuffers is a low-level building block for binary data serialization. It is not adapted to the representation of large, structured, homogenous data, and does not sit at the right abstraction layer for data analysis tasks.

    > Arrow is a data layer aimed directly at the needs of data analysis, providing a comprehensive collection of data types required to analytics, built-in support for “null” values (representing missing data), and an expanding toolbox of I/O and computing facilities.

    > The Arrow file format does use Flatbuffers under the hood to serialize schemas and other metadata needed to implement the Arrow binary IPC protocol, but the Arrow data format uses its own representation for optimal access and computation

  • Comfy Engine 0.3 - No Lifetimes, User Shaders, Text Rendering, 2.5D, LDTK
    1 project | /r/rust | 9 Dec 2023
    Nice that comfy gets even easier. Also, if serde's compile time is an issue, then there's nanoserde which is usually much much faster according to benchmarks
  • Müsli - An experimental binary serialization framework with more choice
    7 projects | /r/rust | 18 May 2023
    A note on performance and size: Some benchmarks and statistics are included in the README. But only because people will be curious. I've based my methodology on rust_serialization_benchmark, but decided to not extend it (for now) since it seems to exclude any Rust types which are not widely supported by all formats being tested (like HashMap's and 128-bit numbers). The test suite is already quite nice if you want to take it for a spin.
  • bitcode 0.4 release - binary serialization format
    6 projects | /r/rust | 14 May 2023
    While we haven't benchmarked either of those ourselves. You can checkout rust_serialization_benchmark which has protobuf under the name prost.
  • Announcing bitcode format for serde
    4 projects | /r/rust | 16 Apr 2023
    Update: Benchmark PR submitted: https://github.com/djkoloski/rust_serialization_benchmark/pull/37
  • Best format for high-performance Serde?
    4 projects | /r/rust | 27 Mar 2023
    Here is a speed and size benchmark of different rust binary serialization formats: https://github.com/djkoloski/rust_serialization_benchmark Warning: I think the creator of this benchmark is also the creator of rkyv, one of the best positioned formats in the benchmark.
  • Grammatical, automatic furigana with SQLite and Rust
    1 project | /r/rust | 2 Feb 2023
    So I assume you're deserializing them before processing the book? If so then if you want an easy speed-up you could also take a look at these benchmarks and pick a faster serialization crate. (: (Although you might or might not get a big speedup; depends on what exactly you're deserializing and how much you are deserializing.)
  • GitHub - epage/parse-benchmarks-rs
    7 projects | /r/rust | 18 Jul 2022
    You can add the rust serialization benchmark to that list
  • The run-up to v1.0 for Postcard
    1 project | /r/rust | 10 May 2022
    Hey! Similar to bincode, it provides a very similar, compact binary format. The rkyv benchmark is the most comprehensive I'm aware of, but compared to bincode, postcard is generally a similar speed for serialization or deserialization (maybe a touch slower), but generally produces a slightly smaller "on the wire" size.
  • I made a blazing fast and small new data serialization format called "DLHN" in Rust.
    4 projects | /r/rust | 9 May 2022
    You should add your crate to these benchmarks. (Which are, AFAIK, the most comprehensive set of benchmarks currently available for Rust serialization libraries.)

What are some alternatives?

When comparing algebra and rust_serialization_benchmark you can also consider the following projects:

curve25519-dalek - A pure-Rust implementation of group operations on Ristretto and Curve25519

json-benchmark - nativejson-benchmark in Rust

mathjs - An extensive math library for JavaScript and Node.js

rust-serialization-benchmarks

gridiron - Rust finite field library with fixed size multi-word values

bebop - 🎷No ceremony, just code. Blazing fast, typesafe binary serialization.

rust - Empowering everyone to build reliable and efficient software.

unsafe-code-guidelines - Forum for discussion about what unsafe code can and can't do

borrowme - The missing compound borrowing for Rust.

dlhn - DLHN implementation for Rust

Git - Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

bincode - A binary encoder / decoder implementation in Rust.