growing fibers
https://wingolog.org/archives/2017/06/27/growing-fibers [wingolog.org]
2017-06-27 19:27
I wanted to be able to spawn a million threads on a core, to support highly-concurrent I/O servers, and Guileās POSIX threads are just not the answer. I needed something different, and this article is about the search for and the implementation of that thing.
source: L