maki-nage / makinage

Stream Processing Made Easy
https://www.makinage.org
MIT License
38 stars 1 forks source link

Test uvloop and eventually add support for it #9

Closed MainRo closed 2 years ago

MainRo commented 2 years ago

uvloop should improve the performances. If tests results are good, we should support it conditionally: If uvloop is present, then use it as an asyncio event-loop implementation, otherwise use the stdlib one.

MainRo commented 2 years ago

fixed in 6b6af66a23d7b140936e47733e64e75c2d35ee00 Uvloop is now automatically used by cyclotron when available.