pyGrowler / Growler

A micro web-framework using asyncio coroutines and chained middleware.
http://www.growler.rocks
Apache License 2.0
686 stars 29 forks source link

Consider an integration with uvloop #4

Closed nikolay closed 8 years ago

nikolay commented 8 years ago

Read about uvloop here.

akubera commented 8 years ago

https://news.ycombinator.com/item?id=11632292

Actually, it already works with uvloop! I'll do a write up this weekend on my experiences with performance.

I was impressed with how easy it was to enable and how well it worked.

nikolay commented 8 years ago

@jfmatth Well, libuv is supported on Windows, so, it's just a matter of time and volunteering: https://github.com/MagicStack/uvloop/issues/14.