I measured the overhead of a single C# async task (coroutine): ~250 bytes(github.com)
github.com
I measured the overhead of a single C# async task (coroutine): ~250 bytes
https://github.com/kjpgit/techdemo/tree/master/dotnet_task_memory_usage
1 comments
Ugh, I later realized I'm off by a factor of 4 because statm shows values in 4K pages, not 1K units.