Demo for Garbage Collector & Advanced ,NET Debugging sessions (ClrMD).
-
Updated
Sep 12, 2017 - C#
Demo for Garbage Collector & Advanced ,NET Debugging sessions (ClrMD).
Projeto realizado, seguindo o curso 'C# Fundamentals' pelo PluralSight
Used to show CLR GC behavior in some cases. Try to build Net47 project in Debug/Release, x86/x64 and tune GcTester.Start params
This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Generics IDisposible Pattern Utilities Dynamic Array IEnumerable<T> Interface Swap
Benchmark of the real overhead (including GC) of the value types boxing compared to direct serialization into the byte array.
A simple, flexible, and efficient object pool library for managing .NET collections.
Misc. extensions to Microsoft.Extensions.Hosting, such as ScopedHostedService.
Repository for the 'KZDev.PerfUtils' nuget package that contains a number of performance focused utilities such as MemoryStreamSlim, StringBuilderCache, and InterlockedOps classes.
Приложение для тестирования поведения сборщика мусора
A very simple memory leak and excessive allocation simulator.
Demos for .NET Core Memory Internals
Learn how .NET garbage collection works and how to debug crashes
A little graphical user interface to find memory leaks in the .net managed heap based on microsofts https://github.com/Microsoft/clrmd.
Memory Booster Turbo Max (Enterprise Edition) supercharges your Ostranauts experience by aggressively forcing garbage collection every time you save your game
Compress and decompress with QuickLz while keeping low the Garbage Collector
Holds any value of any type, without boxing small structs (up to 8 bytes).
Pool and reuse collections and other object types to minimize memory allocation/garbage collection.
Modify and format C# strings without creating new string objects on the heap. None of the functions produce any garbage.
Automatic HasFlagNonAlloc method generator for C# & Unity
A useful tool for displaying FPS with high precision. Very lightweight and fast. GC-free
Add a description, image, and links to the garbage-collection topic page so that developers can more easily learn about it.
To associate your repository with the garbage-collection topic, visit your repo's landing page and select "manage topics."