Hacker News new | ask | show | jobs
by nine_k 242 days ago
Did you profile your code? Is it CPU-bound or IO-bound? Does it max out your CPU? Usually it's the DB access that determines the single-threaded performance of backend code.