6 ms·
Maoni Stephens is indeed on the .net team and is, as far as I know, the lead architect of the .net garbabe collector for many years: https://github.com/Maoni0 h
by olidb 1y ago
Maoni Stephens is indeed on the .net team and is, as far as I know, the lead architect of the .net garbabe collector for many years:
https://github.com/Maoni0 https://github.com/Maoni0
https://devblogs.microsoft.com/dotnet/author/maoni/ https://devblogs.microsoft.com/dotnet/author/maoni/
Therefore she's probably the person with the most knowledge about the .net GC but maybe not the best writer (I haven't read the article yet).
- moomin 1y agoThe writing itself is fine, but she’s assuming a LOT of knowledge e.g. what a GC0 budget is and what increasing it means.
- lomase 1y agoI did not even know Server GC was a thing.
- mrcsharp 1y agoDid it get you curious enough to go look that up?
- moomin 1y agoIt did indeed! :D
- mrcsharp 1y agoGreat! Same here. It was a great read overall. My current use-case won't benefit from DATAS (using Azure App Service), it's good to know this option exists though. Actually, thinking about this more, this is super helpful for Stage VMs that are shared among multiple projects. It can help pack more instances in those VMs.