|
|
|
|
|
by e12e
3535 days ago
|
|
What does "not even close" mean in this context? I find it a bit interesting that the most obvious conclusion from the benchmarks in the story, and the linked one - is that uvloop and go are high-performance and consistent low-latency, high performance python is on par with nodejs - but in general the real jump up is towards go and c++(?). It's great to see an order of magnitude leap on the python side - but on the face of it I'm not sure the leap really is enough to enable a different class of services in python? Perhaps I'm being too pessimistic - I know I'd be happy to be able to "ignore" node, and only consider eg: Python for most things and go for some things. Just to limit my tech stack. But where does nginx with lua fit - is it another order of magnitude above go for dynamic content? |
|
This was tweaking Nagle, using edge triggered epoll, using sendfile(). Not just Python-optimizations.