Spinnernicholas / EnumFastToStringDotNet
This is a Visual Studio C# source generator for automatically generating enum extension methods that implement a switch expression based ToString method. Why? The default enum ToString method implements a binary search which is great for large lists but becomes time and memory inefficient for a just a few items when compared to a switch expressi…
☆31Updated 2 years ago
Alternatives and similar repositories for EnumFastToStringDotNet:
Users that are interested in EnumFastToStringDotNet are comparing it to the libraries listed below
- Extremely fast and lightweight minimalistic object mapper generated on the fly☆42Updated last month
- ZeroIoC is reflectionless IoC Container for C#☆46Updated 7 months ago
- High-performance zero-reflection approach to C# metaprogramming☆30Updated 5 months ago
- ☆47Updated last month
- Linq for Span<T> using SourceGenerators☆52Updated 3 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆50Updated 2 years ago
- Allows using C# source generators using a fluent, type safe interface rather than string templating.☆24Updated last week
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 5 months ago
- A source generator to generate compile-time mapping of enums and description attributes☆23Updated 2 years ago
- A C# source generator to create an enumeration class from an enum type.☆17Updated 2 years ago
- ☆30Updated 3 years ago
- Analyzers checking System.Reflection☆81Updated last year
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆60Updated last month
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆39Updated 2 years ago
- Simple C# source generator for text templates☆32Updated 2 years ago
- Actual C# Enums with values and better performance as a source generator☆41Updated 11 months ago
- A Roslyn source generator for creating constructors.☆88Updated this week
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆42Updated last month
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated 9 months ago
- A .NET source generator for creating simple value objects wrapping primitive types.☆53Updated 2 years ago
- Simple C# source generation based on custom templates☆102Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- C# SourceGenerator helper which helps you query your files, and adds LINQ support☆25Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆73Updated 11 months ago
- C# interface-to-member source generator☆78Updated 6 months ago
- BigMachines is State Machine library for .NET☆39Updated this week
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated last month
- Non-boxing passing of values.☆27Updated 7 months ago
- The most revolutionary syntax visualizer☆69Updated last month
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆23Updated 2 years ago