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 3 years ago
Alternatives and similar repositories for EnumFastToStringDotNet
Users that are interested in EnumFastToStringDotNet are comparing it to the libraries listed below
Sorting:
- Linq for Span<T> using SourceGenerators☆54Updated 3 years ago
- ☆51Updated 3 weeks ago
- ZeroIoC is reflectionless IoC Container for C#☆47Updated 9 months ago
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 7 months ago
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆39Updated 3 years ago
- Simple C# source generator for text templates☆33Updated 2 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆56Updated last week
- Extremely fast and lightweight minimalistic object mapper generated on the fly☆44Updated last month
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Analyzers checking System.Reflection☆81Updated last year
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated 11 months ago
- Allows using C# source generators using a fluent, type safe interface rather than string templating.☆24Updated 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…☆43Updated 3 months ago
- A source generator to generate compile-time mapping of enums and description attributes☆23Updated 2 years ago
- System.IO.Pipelines API adapter for System.Net.WebSockets☆30Updated last week
- BigMachines is State Machine library for .NET☆42Updated last week
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 7 months ago
- A .NET source generator for creating simple value objects wrapping primitive types.☆53Updated 2 years ago
- Non-boxing passing of values.☆27Updated 10 months ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆62Updated 4 months ago
- Lightweight Git local repository traversal library for .NET/.NET Core/.NET Framework.☆98Updated 2 months ago
- Example implementation of IValueTaskSource☆30Updated last year
- Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization…☆31Updated 3 months ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year
- C# interface-to-member source generator☆80Updated 8 months ago
- A C# string parser based on simple templates using source generators.☆42Updated 2 weeks ago
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆53Updated 10 months ago
- Simple C# source generation based on custom templates☆104Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 2 years ago