Sembra interessante, ma è da un po' che ci sono framework Python in grado
di superare le performance di Node, anche senza sfruttare roba asincrona.
Il vero confronto che oggi conta per Python in questi termini è quello con
go, ed è esattamente dove uvloop va a parare.
Inoltre, in generale, se si pe
Sorry, node.js, Python is faster!
For a very long time now, node.js has evolved nicely. This was
because, right from beginning, it was designed to run smoothly, non
blocking, async mode.
Green threads - instead of pthreads with giant overhead - were the
right way for low latency applications.
Bu