Futures and Segmented Stacks

from blog Blogs on Without boats, dreams dry up, | ↗ original
This is just a note on getting the best performance out of an async program. The point of using async IO over blocking IO is that it gives the user program more control over handling IO, on the premise that the user program can use resources more effectively than the kernel can. In part, this is because of the inherent cost of context switching...