โ All modules
Performance and Profiling
Measure speed and improve expensive code paths.
Lessons
- 1Measure Code with timeitFree ยท +10 XP
- 2Profile with cProfile๐ Pro ยท +10 XP
- 3Cache Results with lru_cache๐ Pro ยท +10 XP
- 4Sum with a Generator Expression๐ Pro ยท +10 XP
- 5Use a Set for Fast Lookups๐ Pro ยท +10 XP
- 6Process Lazily with map๐ Pro ยท +10 XP
- 7Speed Check ChallengeChallenge๐ Pro ยท +25 XP