Completed
Project structure
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Profiling Code in Rust - Techniques for Time and Memory Optimization
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Definition
- 3 Why we dont profile
- 4 Project structure
- 5 Run configuration
- 6 Profiling memory usage
- 7 Length and capacity
- 8 Profiling with Instruments
- 9 Dockerfile
- 10 Profiling in Linux
- 11 Time Profiling
- 12 Benchmarking
- 13 Flame Graph
- 14 Fixing Capacity
- 15 Mutability Reader
- 16 Avoid temporary structures
- 17 Optimized version
- 18 Benchmarks