alirezanet / InfiniteEnumFlagsLinks
The dotnet enum flags feature is amazing, but it is too limited 🙁. InfiniteEnumFlags is the same without limitation. 😊 (It supports up to 2 billion items)
☆68Updated last year
Alternatives and similar repositories for InfiniteEnumFlags
Users that are interested in InfiniteEnumFlags are comparing it to the libraries listed below
Sorting:
- 🌈 Visualizes your BenchmarkDotNet benchmarks to Colorful images and Feature-rich HTML (and maybe powerful charts in the future!)☆55Updated 3 weeks ago
- GraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enum…☆101Updated 4 years ago
- 🥇 .NET Object Mappers Benchmark☆102Updated last year
- A fast and low allocation StringBuilder for .NET.☆104Updated 2 weeks ago
- A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without …☆194Updated 7 months ago
- Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization…☆31Updated 9 months ago
- Auto generate Clone method using C# Source Generator☆85Updated 2 years ago
- A .NET source generator for creating simple value objects wrapping primitive types.☆52Updated 3 years ago
- 🔥Performance Wars Benchmarking C# - This repository contains a collection of C# benchmarks to compare the performance of different appro…☆50Updated last year
- DotNet tool to generate HTTP client classes from ASP.NET Core api controllers.☆64Updated 6 months ago
- 🚀 A comprehensive performance comparison benchmark between different .NET collections.☆78Updated last year
- NxGraph is a zero-allocation runtime, high-performance finite state machine (FSM) framework for .NET 8+, designed for scenarios where exe…☆99Updated 2 months ago
- A sitemap (sitemap.xml) querying and parsing library for .NET☆37Updated last year
- Easy C# class and code generation, POCO object and Methods creation☆101Updated 8 months ago
- Minid generates human-readable, URL-friendly, unique identifiers that are computed in-memory.☆54Updated 2 years ago
- HttpClientGenerator is a tool that uses the Roslyn code generator feature to write boilerplate HttpClient code for you.☆47Updated last year
- A C# library that makes working with the enums more than 18 times faster without any memory allocation using the CSharp source generators…