How can I further optimize this file parser? (std, serde, diesel)

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

    Statistics-driven benchmarking library for Rust

  • For an extra optimization, you might look into techniques like branchless code, turning array of structs into struct of arrays for better cache utilization/lowering branch mispredictions. There is many talks on YouTube how to actually measure and improve performance of native code. And for rust there is a criterion.rs for benchmarking.

  • 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

  • Performance-related question

    1 project | /r/learnrust | 7 Mar 2023
  • Tips in using criterion to properly benchmark a database?

    1 project | /r/rust | 30 Nov 2022
  • Lookup table slower than doing the math, and SIMD operations 10x slower than that.

    2 projects | /r/rust | 28 Aug 2022
  • How to bench my crate versus an other ?

    1 project | /r/rust | 17 May 2022
  • Criterion Benchmarks aren't producing results

    2 projects | /r/rust | 22 Apr 2022