Type something to search...

Rust

 From 5 Seconds to 480ms: A Performance Optimization Journey

From 5 Seconds to 480ms: A Performance Optimization Journey

The goal was simple: read a CSV of 10 million trades, aggregate them into OHLCV bars (Open/High/Low/Close/Volume) by time window, and do it fast in C++ and then Rust.

Read More