|
|
|
|
|
by marcosdumay
1314 days ago
|
|
At what X is that? It's way more useful to define it as the maximum X such that dPerformance / dX is higher than some minimum viable amount. So you can say things like "this algorithm scales up to 1000 requests for second on our infrastructure" |
|
If you multiply your infrastructure by n, what RPS does your algorithm now scale up to? 1000n is good. > 1000n is excellent. < 1000n is not scalable.