Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » Tutorials » .NET » allocation   (RSS)
In the previous article I discussed a few of the benefits of stack allocation as well as a couple of C# keywords which help you to leverage those benefits. However, the one megabyte default stack size is too small for stack allocation to be used with Read More...
Articles in This Series Part 1 – Basic Housekeeping Part 2 – Improving Performance Through Stack Allocation Part 3 – Increasing the Size of your Stack Part 4 – Choosing the Right Garbage Collector Settings Introduction In C#, when you create managed objects Read More...