skip to main content

Posts Tagged "rust"

  • Fibonacci in Rust

    This post goes through different approaches to generating the Fibonacci sequence in Rust. It compares the speed of these approaches using the benchmarking crate criterion.