Base64 Encoding Performance: Java vs Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • rust-stuff

    My scripts/learning code/benchmarks for rust

  • I had a quick look at the JDK ported code for decoding, as it uses the same algorithm so should be a fair comparison.

  • simd

    SIMD-accelerated operations (by Nugine)

  • The fastest base64 crate in Rust world is base64-simd. I have sent a PR to include it in the benchmark.

  • 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.

    InfluxDB logo
  • portable-simd

    The testing ground for the future of portable SIMD in Rust

  • Rust has generics and monomorphization. You can write the algorithm once and compile for multiple targets. rust-lang/portable-simd

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts