citizenmatt / RefSemanticsLinks
Slides and sample code from "Writing Allocation Free Code in C#" talk
☆34Updated 6 years ago
Alternatives and similar repositories for RefSemantics
Users that are interested in RefSemantics are comparing it to the libraries listed below
Sorting:
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆47Updated last year
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆52Updated last year
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆65Updated 4 months ago
- The Try monad (Error/Exceptional monad) for C#☆60Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A set of generators helping dealing with structs in C#☆48Updated 4 years ago
- Analyzers checking System.Reflection☆82Updated last year
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆44Updated 2 years ago
- Simple source only reflection library with default interface property support☆73Updated 2 weeks ago
- ☆29Updated 6 years ago
- This project contains networking primitives for use with .NET.☆95Updated 4 years ago
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆77Updated 2 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
- .NET Standard Library for giving (bool, T) Option-like semantics☆29Updated 4 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Helper types for creating and interpreting GUIDs.☆31Updated 3 years ago
- A collection of benchmarks for analyzing dotnet code strategies.☆50Updated 3 years ago
- ☆38Updated 2 years ago
- Download, update and sync loose files from URLs☆60Updated last week
- ☆55Updated 3 weeks ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 10 months ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- A fast and low allocation StringBuilder for .NET.☆102Updated last month
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- DataStructures and algorithms☆55Updated 3 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- The C# Source Generator Playground☆146Updated 4 years ago
- A set of source generators for equality, immutability, ...☆90Updated 2 years ago
- Extensions to the dotnet/reactive library.☆50Updated 2 years ago
- Libraries that simplify the onboarding of Server Timing API (a convenient way to communicate performance metrics about the request-respon…☆61Updated last month