Comment by mememememememo
6 hours ago
Somes directly like other commenters touch on. Less likely to saturate CPU quickly. Lower cost to run so can have more headroom.
But also the stuff you tend to do to make it fast makes it more reliable.
Local caches reduce network traffic. Memory is more reliable than network IO so it improves reliability.
Reducing lookup calls to other services (e.g. by supplying context earlier in the dependency chain) makes it faster and more reliable.
Your code will probably branch less and become more predictable too.
And often the code is simpler (sometimes not when a performance hack is used)
No comments yet
Contribute on Hacker News ↗