4343 shaares
5 results
tagged
optimisation
These are good rules. Take inspiration from them.
Here are the main levers to make Python code faster. Tries also to distinguish the effort level of each approach.
Yes, Rust like C++ comes with zero cost abstractions. Still they can get in the way of some compiler optimisations. This is an interesting case preventing vectorisation.
Interesting insights from optimisations done on the Quake engine almost thirty years ago.
If you needed a reminder that inlining functions isn't necessarily an optimisation, here is a fun little experiment.