by zipotm on 12/10/21, 9:35 AM with 2 comments
by usrbinbash on 12/10/21, 9:38 AM
Does it need to process more things per time?
Does it need to run on more machines?
Is it time critical / is responsiveness critical?
What are it's bottlenecks? Is it mem-bound? CPU-bound? IO-bound?
What is "it"?
Is "it" connecting to something else, and what does "something" run on?