
Maoni Stephens
@maoni0
Followers
8K
Following
2K
Media
119
Statuses
2K
loves working on dotnet GC and other perf stuff; avid zoo-goer; wannabe hiphop dancer. old blog https://t.co/FIoh6vkZpn
Redmond, WA
Joined April 2019
A Thread - a guideline doc for memory performance analysis for #dotnet #dotnetcore. For the past few weekends I've been working on a (long) document that aims to help you with finding efficient approaches to mem perf problems.
15
190
482
very cool visualization tool to show case GC activities -.
In preparation for my talk at @update_conf, I've prepared a tool to visualize the activity of the GC. It was initially meant as a gimmick, but it turns out to be a good way to understand some GC mechanisms. For instance, here you can see the effect of
1
3
36
2nd edition of the Pro .NET Memory Management book is coming🙂.
I am thrilled to announce that we've begun work on the Second Edition of Pro .NET Memory Management, with the awesome @chnasarre and @KooKiz as co-authors!.Let's upgrade those 1000+ pages about memory for .NET 7 and beyond, all under the watchful eye of reviewer @maoni0 👀
1
7
86
making .net better on AWS! great experience working with @socketnorm on this.
Here is my new blog post about some interesting details about the .NET Garbage Collector and AWS ECS and Lambda. If you are having any memory issues with .NET and these services definitely check it out. Thanks to @maoni0 for collaborating on this post.
0
3
30
I added a FAQ section to mem-doc that includes the following so far -. ◼️I didn't change my code at all, why am I seeing a regression in memory when I upgrade my .NET version?. ◼️Why isn't the GC collecting these objects? They should be collected!.
A Thread - a guideline doc for memory performance analysis for #dotnet #dotnetcore. For the past few weekends I've been working on a (long) document that aims to help you with finding efficient approaches to mem perf problems.
3
16
37