A tool that helps to see an internal structure of the CLR types at runtime
☆727Sep 22, 2022Updated 3 years ago
Alternatives and similar repositories for ObjectLayoutInspector
Users that are interested in ObjectLayoutInspector are comparing it to the libraries listed below
Sorting:
- Implementation of a lock-free dictionary on .Net.☆543Feb 24, 2025Updated last year
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆702Jul 20, 2025Updated 8 months ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,105Jul 31, 2025Updated 7 months ago
- .NET language playground☆2,950Nov 18, 2024Updated last year
- A native memory manager for .NET☆333Jan 11, 2018Updated 8 years ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆653May 26, 2022Updated 3 years ago
- A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors…☆3,265Sep 12, 2025Updated 6 months ago
- Inject arbitrary IL code at compile time.☆256Jan 8, 2026Updated 2 months ago
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,131Mar 13, 2026Updated last week
- Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.☆1,134Updated this week
- Low allocation async/await for C#/.NET☆402Apr 21, 2020Updated 5 years ago
- FrozenObjects serializer and deserializer☆95Aug 17, 2022Updated 3 years ago
- The Ultimate .NET Experiment☆357Nov 1, 2018Updated 7 years ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,349Updated this week
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Jan 13, 2026Updated 2 months ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆916Feb 22, 2026Updated 3 weeks ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆899Feb 14, 2024Updated 2 years ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆705Updated this week
- Powerful .NET library for benchmarking☆11,375Updated this week
- High performance understanding for stack traces (Make error logs more productive)☆2,865Mar 14, 2024Updated 2 years ago
- Identify and reduce memory used by duplicate .NET strings☆310Updated this week
- This repository contains the source code for various .NET Core runtime diagnostic tools and documents.☆1,310Updated this week
- .NET tool to analyze size of Native AOT binaries.☆433Jul 17, 2025Updated 8 months ago
- This is a document to help with .NET memory analysis and diagnostics.☆1,950Feb 18, 2024Updated 2 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆761Sep 26, 2025Updated 5 months ago
- This repo contains benchmarks used for testing the performance of all .NET Runtimes☆759Updated this week
- C# bindings for lemire/simdjson (and full C# port)☆690Dec 8, 2022Updated 3 years ago
- A data collection tool to support the StringDedup feature☆15May 27, 2020Updated 5 years ago
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,028Mar 13, 2026Updated last week
- A monitoring tool that tells you when GCs happen in a process and some characteristics about these GCs☆284Apr 17, 2022Updated 3 years ago
- ⚡ Decompilation Tools and High Productivity Utilities ⚡☆1,655Jan 25, 2024Updated 2 years ago
- .NET managed sockets wrapper using the new "Pipelines" API☆440Mar 14, 2026Updated last week
- A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.☆1,613Mar 9, 2026Updated last week
- Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.☆2,116Jul 6, 2024Updated last year
- Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.☆1,580Dec 11, 2024Updated last year
- Source code based on TraceEvent to listen to CLR events at runtime☆201Mar 13, 2025Updated last year
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆155Oct 11, 2019Updated 6 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆57Jun 19, 2023Updated 2 years ago
- An automatic query optimizer-compiler for Sequential and Parallel LINQ.☆477Sep 28, 2019Updated 6 years ago