4
votes
Overhead of Mono Tasklet/Co-Routines
If I didn't count wrong, your code does more than 2 million yields per second, which should be roughtly in the same ballpark as stackless python.
Considering that mono will usually execute …
