HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cneu

no profile record

comments

cneu
·3 jaar geleden·discuss
The main reason why server-side stuff is slow is poor use of the database. Doing e.g. nested loops in a compiled language uses way less CPU than a scripting language, but it should be done in the DB in the first place.