Lookup table slower than doing the math, and SIMD operations 10x slower than that.

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • criterion.rs

    Statistics-driven benchmarking library for Rust

  • Criterion is easy to use.

  • two-buffers

  • Here's a crate based on what I understood from your post. You're summing the square of the difference between two buffers, yes? Straight up summing them is the fastest on my PC. Also, I have to note - summing even 32,768 items of that kind could overflow an i32 (when the square of the diff are all 65536).

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