Performance Optimization
But others are not so obvious
- Profiling can help
- Example: Factor of a hundred improvement by eliminating unnecessary object instantiation
In general, shouldn’t be model developers job: frameworks allow optimizations to be transparent to users
Still some areas where developer’s intervention is needed, but make it optional