Performance Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intermediate | Data structures matter - speed up your python code | performance data structures |
| Intermediate | Add caching to a fibonacci function | performance functools fibonacci cache |
| Intermediate | Unix Tail Part II - Make it Faster! | file processing performance looping bytes |