vmbench
vmbench copied to clipboard
twisted async/await with asyncio reactor and uvloop
it will be very interesting to investigate how twisted web will perform with uvloop, it's already working from the latest version look at this simple test: https://gist.github.com/ldjebran/4febf298232a6fd86871df25d4dc00dd
When I searched "use twisted with uvloop", I found your issue.
glad to hear that.
BTW: Does it outperform the existing implementation?