Optimization adventures: making a parallel Rust workload even faster with data

This post is the second part of my adventures to optimize a Rust workload running on multiple threads.In the first post, I explored how the rayon parallelism… Read more

Similar

Writing R Extensions in Rust

This paper complements "Writing R Extensions," the official guide for writing R extensions, for those interested in developing R packages using Rust. It highlights idiosyncrasies of R and Rust that must be addressed by any integration and describes how to... (more…)

Read more »