Show HN: An event loop for asyncio written in Rust(github.com)
github.com
Show HN: An event loop for asyncio written in Rust
https://github.com/RustedBytes/rsloop
4 comments
added support for Windows in v0.1.3
derodero24(1)
https://github.com/RustedBytes/rsloop
in tests it shows seamless migration from uvloop for my scraping framework https://github.com/BitingSnakes/silkworm
with APIs (fastapi) it shows only one advantage: better p99, uvloop is faster about 10-20% in the synthetic run
currently, i am forking on the win branch to give it windows support that uvloop lacks