Uvloop: Fast Python networking
magic.io
Uvloop: Fast Python networking
1–10 of 132 posts
Re: Uvloop: Fast Python networking
#2Re: Uvloop: Fast Python networking
#3Re: Uvloop: Fast Python networking
#4Are you using this code in production?
That said, uvloop should be fully compatible with asyncio. All APIs should be ready, so you can start testing it in your projects.
Re: Uvloop: Fast Python networking
#5I'm the dev behind uvloop. AMA.
Re: Uvloop: Fast Python networking
#6I'm the dev behind uvloop. AMA.
I did not see any benchmarks in the repo to support this. How was this statistic determined?
Re: Uvloop: Fast Python networking
#7Re: Uvloop: Fast Python networking
#8I'm the dev behind uvloop. AMA.
What are some of the non-obvious limitations/peculiarities one should be aware before using this?
uvloop shouldn't behave any differently, I've paid special attention to make sure it works exactly the same way as asyncio (down to when its objects are garbage collected).
Re: Uvloop: Fast Python networking
#9I'm the dev behind uvloop. AMA.
> at least 2x faster than nodejs, gevent, as well as any other Python asynchronous framework I did not see any benchmarks in the repo to support this. How was this statistic determined?
http://magic.io/blog/uvloop-blazing-fast-python-networking/t...
Re: Uvloop: Fast Python networking
#10I'm the dev behind uvloop. AMA.
> at least 2x faster than nodejs, gevent, as well as any other Python asynchronous framework I did not see any benchmarks in the repo to support this. How was this statistic determined?
[1] https://github.com/MagicStack/vmbench [2] http://magic.io/blog/uvloop-blazing-fast-python-networking/t...