|
|
|
|
|
by branko_d
2309 days ago
|
|
Yes, performance is a feature. You have to plan and architecture for it, and you can't just tack it on after the fact by profiling a few hot codepaths (though you should do that too). Performance can be different from "scalability" though. Sometimes, there is tension between the two. |
|