WhiteBlackGoose / InductiveVariadicsLinks
Variadic arguments for C# with inductive declaration. Made via C# 9's source generators
☆18Updated 4 years ago
Alternatives and similar repositories for InductiveVariadics
Users that are interested in InductiveVariadics are comparing it to the libraries listed below
Sorting:
- Library for obtaining and analyzing the codegen of JIT for .NET. Can be used for both tests (assertions) and making reports (benchmarks).☆25Updated 3 years ago
- BigMachines is State Machine library for .NET☆44Updated last week
- Immutability is easy!☆55Updated 2 months ago
- Conceptual repo. Most advanced compile time safe units of measure for C# and F#☆62Updated 4 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- File path abstraction library for .NET.☆96Updated this week
- High-performance zero-reflection approach to C# metaprogramming☆32Updated last year
- C# source generator implementing variadic generics☆15Updated 4 years ago
- A lightweight, powerful and NativeAOT friendly command line parser .NET library.☆71Updated last month
- Create visual dependency graphs of NuGet packages and .NET projects☆28Updated last month
- Non-boxing passing of values.☆29Updated 6 months ago
- Vectorized generic dictionary prototype☆26Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆41Updated 3 years ago
- A C# string parser based on simple templates using source generators.☆55Updated 9 months ago
- Simple source only reflection library with default interface property support☆78Updated last week
- A set of generators helping dealing with structs in C#☆48Updated 4 years ago
- The combined Langly runtime☆33Updated 3 years ago
- A .NET library to parse XML at lightspeed with zero allocation.☆118Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Updated 3 weeks ago
- Source generator for Equals and GetHashCode with attribute based control of equality implementation