Y
Hacker News
new
|
ask
|
show
|
jobs
by
bippihippi1
790 days ago
using a systems language for a backend mainly gains throughput over python than latency. each request might not be faster but you can handle 100x more users.
1 comments
hot_gril
790 days ago
Amdahl's law, it won't be 100x when my server is waiting on RPCs and other I/O most of the time anyway
link