sreejith-ms / Book-of-the-Runtime
The Book of the Runtime (BOTR) for the .NET Runtime. Combined articles from the official CoreCLR repo about the non-trivial internals of the .NET Runtime. It is available in EPUB and MOBI formats.
☆67Updated 6 years ago
Alternatives and similar repositories for Book-of-the-Runtime:
Users that are interested in Book-of-the-Runtime are comparing it to the libraries listed below
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆152Updated 5 years ago
- My toys to play with SSE/AVX in pure C# (.NET Core 2.1)☆64Updated 6 years ago
- A simple template base system of macros for C# that can be executed in design time☆65Updated 10 months ago
- ☆37Updated 7 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆54Updated last year
- This package enables .NET projects to use atomic primitives.☆58Updated 8 years ago
- FrozenObjects serializer and deserializer☆90Updated 2 years ago
- Now superseded by Microsoft/vs-threading☆121Updated 6 years ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆59Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆73Updated 10 months ago
- A collection of benchmarks for analyzing dotnet code strategies.☆50Updated 3 years ago
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- Code samples for the .NET GC FAQ book - https://leanpub.com/netgcfaq☆34Updated 3 years ago
- This project contains networking primitives for use with .NET.☆94Updated 3 years ago
- Fast and memory-efficient immutable collections and helper data structures☆236Updated 2 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Low allocation re-implementation of LINQ-to-Objects☆214Updated 6 years ago
- Source code based on TraceEvent to listen to CLR events at runtime☆191Updated last week
- Type safe C# primitives☆34Updated 5 years ago
- An In-Memory version of the Roslyn compiler that can be used to debug components in the Roslyn pipeline☆110Updated 3 years ago
- Helper objects to browse complex structures returned by ClrMD☆63Updated 10 months ago
- Custom Garbage Collectors for .NET Core☆182Updated 4 years ago
- A class library implementing probabilistic data structures in .NET☆61Updated 2 years ago
- DumpMiner is a tool for inspecting a .NET dump file or live process. The tool uses the ClrMD library.☆69Updated last year
- Analyzers checking System.Reflection☆81Updated last year
- Uses platform APIs to find processes locking one or multiple files on Windows or Linux☆116Updated 2 months ago
- A Roslyn based C# source generation framework☆129Updated last year
- A set of source generators for equality, immutability, ...☆90Updated 2 years ago
- Model-checker for lock and wait free C# code☆77Updated 6 years ago