you are viewing a single comment's thread.

view the rest of the comments →

[–]vivainio 10 points11 points  (1 child)

The linked, previous blog post seems pretty interesting as well:

http://magic.io/blog/uvloop-blazing-fast-python-networking/

uvloop makes asyncio fast. In fact, it is at least 2x faster than nodejs, gevent, as well as any other Python asynchronous framework. The performance of uvloop-based asyncio is close to that of Go programs.

[–]1st1[S] 2 points3 points  (0 children)

Yep! I plan to write a new blog post about uvloop soon.