Dec 24, 2020
The full fifty for the great presentation :)
One question, how this applies to servers based on async/await and/or light weight threads? Or simply when yields are used frequently to avoid spinning?
In these cases, even though we have only N threads at the same time, way more than N tasks might be running and each will require their local data. What am I missing?