Click here to Skip to main content
15,886,026 members
Articles / Programming Languages / C#

Discussing Alternative Memory Management Strategy for .NET

Rate me:
Please Sign up or sign in to vote.
4.93/5 (35 votes)
26 Apr 2022MIT26 min read 25.5K   18  
Discussion about problems with Garbage Collector and possible alternative solutions
In this article, we are discussing problems that relying on Garbage Collector as a memory management strategy brings. Then we discuss possible alternative solutions, including Microsoft’s own research of introducing the Unmanaged Heap to .NET framework.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Serbia Serbia
Mark Pelf is the pen name of just another Software Engineer from Belgrade, Serbia.
My Blog https://markpelf.com/

Comments and Discussions