asc-community / dotnet-benchmarksLinks
A collection of benchmarks for analyzing dotnet code strategies.
☆50Updated 3 years ago
Alternatives and similar repositories for dotnet-benchmarks
Users that are interested in dotnet-benchmarks are comparing it to the libraries listed below
Sorting:
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆62Updated last month
- Analyzers checking System.Reflection☆81Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- ☆37Updated 7 years ago
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆75Updated last year
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated last year
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- The combined Langly runtime☆33Updated 3 years ago
- The C# Source Generator Playground☆146Updated 3 years ago
- An MSBuild Task to enable exception line numbers for references in a deployed app☆84Updated this week
- The Try monad (Error/Exceptional monad) for C#☆60Updated last year
- A set of generators helping dealing with structs in C#☆47Updated 4 years ago
- Simple source only reflection library with default interface property support☆71Updated last month
- Example implementation of IValueTaskSource☆30Updated last year
- ☆53Updated last week
- ☆58Updated this week
- Utility library for faster writing source generators☆61Updated 4 years ago
- A set of source generators for equality, immutability, ...☆91Updated 2 years ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 8 months ago
- Visual Studio Extension for running BenchmarkDotNet Benchmarks.☆50Updated 6 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- An In-Memory version of the Roslyn compiler that can be used to debug components in the Roslyn pipeline☆113Updated 4 years ago
- Analyzer that checks references from code to different namespaces in .NET, based on your own rules☆19Updated 2 years ago
- Moxy - Mixins code generator for C#☆120Updated 5 months ago
- Adds syntax highlighting to SQL in C# strings☆33Updated last year
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆51Updated last year
- 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