Files
betulagora-bouncepaw/Laurence Tratt: Four Kinds of Optimisation.myco
T
2023-11-30 10:00:09 +00:00

9 lines
277 B
Plaintext

= Laurence Tratt: Four Kinds of Optimisation
https://tratt.net/laurie/blog/2023/four_kinds_of_optimisation.html
> *. Use a better algorithm.
> *. Use a better data-structure.
> *. Use a lower-level system.
> *. Accept a less precise solution.
Pick the simplest solution.