New Show Hacker News story: Show HN: An event loop for asyncio written in Rust

Show HN: An event loop for asyncio written in Rust
4 by yehors | 0 comments on Hacker News.
actually, nothing special about this implementation. just another event loop written in rust for educational purposes and joy in tests it shows seamless migration from uvloop for my scraping framework https://ift.tt/sIeulER 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