WhiteBlackGoose / CodegenAnalysis
Library for obtaining and analyzing the codegen of JIT for .NET. Can be used for both tests (assertions) and making reports (benchmarks).
☆24Updated 2 years ago
Alternatives and similar repositories for CodegenAnalysis:
Users that are interested in CodegenAnalysis are comparing it to the libraries listed below
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 5 months ago
- Non-boxing passing of values.☆27Updated 8 months ago
- Linq for Span<T> using SourceGenerators☆52Updated 3 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Analyzers checking System.Reflection☆81Updated last year
- Immutability is easy!☆46Updated last month
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆50Updated last year
- Highly efficient compile-time general purpose DI container based on C# source generators.☆34Updated 2 years ago
- A lightweight read-only git library written entirely in .NET☆30Updated 2 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆50Updated 2 years ago
- BigMachines is State Machine library for .NET☆41Updated 3 weeks ago
- FrozenObjects serializer and deserializer☆91Updated 2 years ago
- .NET library to work with Git repositories☆32Updated this week
- File path abstraction library for .NET.☆59Updated last week
- The most revolutionary syntax visualizer☆69Updated 2 months ago
- A set of generators helping dealing with structs in C#☆47Updated 3 years ago
- surfacing defects at compile time and preventing issues that would otherwise go unnoticed☆39Updated last month
- Variadic arguments for C# with inductive declaration. Made via C# 9's source generators☆16Updated 3 years ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated 10 months ago
- Vectorized generic dictionary prototype☆18Updated 3 months ago
- An MSBuild Task to enable exception line numbers for references in a deployed app☆78Updated this week
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆74Updated last year
- boilerplatezero is a collection of C# source generators☆38Updated last year
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- .NET reflection provided by ExpressionTrees☆25Updated 3 months ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- A C# string parser based on simple templates using source generators.☆36Updated last month
- A .NET Standard 2.1+ Library to perform string parsing operations on Streams and StreamReaders. Includes Extensions for Regex.☆20Updated 9 months ago