May 2022
Intermediate to advanced
416 pages
13h 30m
English
This chapter covers
There is an old computer science saying that premature optimization is the root of all evil. This has a solid background because it’s accurate for a lot of use cases. Without any input data about expected traffic and a service level agreement (SLA), it’s hard to reason about your code and its required performance. Optimizing random paths in code in such a situation is like shooting in the dark. You will complicate your code without a sane reason.
Note SLA specifies the amount of traffic the service ...
Read now
Unlock full access