9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
= 936
|
|
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. |