Completed
test
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Rust for Numerical Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 who am i?
- 4 need for speed
- 5 why rust for numerical applications?
- 6 the general algorithm
- 7 numerical applications recipe
- 8 baby steps
- 9 mvp
- 10 identify the bottleneck
- 11 rust- flamegraph
- 12 benchmark - use criterion
- 13 optimizations
- 14 benchmarking
- 15 test
- 16 proptest
- 17 a floating point errors footnote
- 18 third-party libraries
- 19 some pearls for numerical applications
- 20 rust, python and maturin
- 21 thank you