Hacker News new | ask | show | jobs
by ntm3c 34 days ago
Assembly can provide the best raw performance because it's closer to the hardware. However, writing and maintaining a web server in Assembly takes much more time, and in many cases the performance gain over a well-written C program is small.