Spinnernicholas / EnumFastToStringDotNetLinks
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…
☆32Updated 3 years ago
Alternatives and similar repositories for EnumFastToStringDotNet
Users that are interested in EnumFastToStringDotNet are comparing it to the libraries listed below
Sorting:
- Actual C# Enums with values and better performance as a source generator☆46Updated last year
- High-performance zero-reflection approach to C# metaprogramming☆32Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Simple C# source generation based on custom templates☆111Updated 2 years ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆69Updated last year
- Simple build versioning for .NET, powered by Git tags☆67Updated this week
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆81Updated 3 years ago
- Easy C# class and code generation, POCO object and Methods creation☆106Updated 10 months ago
- BigMachines is State Machine library for .NET☆44Updated last week
- A source generator to generate compile-time mapping of enums and description attributes☆24Updated 3 years ago
- Analyzers checking System.Reflection☆82Updated 2 years ago
- A library for .NET that uses source generators to automatically generate data annotations for your models.☆58Updated 4 years ago
- A set of generators helping dealing with structs in C#☆48Updated 4 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Updated 3 weeks ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- C# interface-to-member source generator☆87Updated 6 months ago
- Simple C# source generator for text templates☆33Updated 3 years ago
- High-performance network packet decoding and packet decoder source generator☆41Updated last year
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆78Updated 5 months ago
- ☆77Updated this week
- ZeroIoC is reflectionless IoC Container for C#☆48Updated 8 months ago
- A .NET source generator for creating simple value objects wrapping primitive types.☆53Updated 3 years ago
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆77Updated 2 years ago
- A Roslyn source generator for creating constructors.☆108Updated this week
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆56Updated 3 months ago
- Non-boxing passing of values.☆29Updated 6 months ago
- Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization…☆31Updated last year
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated last year
- Extension methods that convert to and from Base64 strings with fewer memory allocations.☆14Updated 3 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆58Updated 3 months ago