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 library that automatically adds support for object deconstruction in C#.☆41Updated 4 months ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆51Updated last year
- The Try monad (Error/Exceptional monad) for C#☆60Updated last year
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated 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
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆75Updated last year
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆62Updated 2 months ago
- A zero allocation globbing library☆25Updated this week
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Automatic implemention of stronly typed IDs via record structs with compile-time feature auto-detection☆37Updated this week
- ☆37Updated 7 years ago
- Example implementation of IValueTaskSource☆30Updated last year
- An opinionated, simplified and uniform Cloud Native actors' library that integrates with Microsoft Orleans.☆39Updated this week
- ☆53Updated last week
- Simple source only reflection library with default interface property support☆71Updated last month
- A .NET source generator for creating simple value objects wrapping primitive types.☆53Updated 2 years ago
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆43Updated 2 years ago
- Code analysis improvements and context actions☆59Updated last week
- Helper types for creating and interpreting GUIDs.☆30Updated 3 years ago
- Analyzers checking System.Reflection☆81Updated last year
- Analyzer that checks references from code to different namespaces in .NET, based on your own rules☆19Updated 2 years ago
- Non-boxing passing of values.☆27Updated 10 months ago
- A set of generators helping dealing with structs in C#☆47Updated 4 years ago
- A set of predefined extensions methods for popular abbreviations.☆25Updated 2 years ago
- Another attempt at hotreloading☆33Updated 5 years ago
- Dead simple library for annotating steps of test case scenarios.☆66Updated 7 months ago
- A test bench for various .NET CSV parsing libraries☆73Updated last year
- Helper objects to browse complex structures returned by ClrMD☆63Updated last year
- ☆38Updated 2 years ago