mknejp / dotvariantLinks
A type-safe and space-efficient sum type for C# (comparable to discriminated unions in C or C++)
☆73Updated last year
Alternatives and similar repositories for dotvariant
Users that are interested in dotvariant are comparing it to the libraries listed below
Sorting:
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 3 years ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆175Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆192Updated last year
- C# Source Generator for UTF-8 binary literal☆146Updated last year
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆65Updated 8 months ago
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆196Updated 4 months ago
- Post-build IL optimizer and intermediate representation for .NET programs☆145Updated 7 months ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆161Updated last month
- Span-ify your code: write high performance memory aware C#☆72Updated 5 months ago
- Json library that uses .NET 5 Source Generators☆150Updated 4 years ago
- Easy to use SIMD accelerated Array and Span methods☆92Updated 2 years ago
- C# implementation of a Rope<T> immutable data structure.☆128Updated 10 months ago
- C# interface-to-member source generator☆84Updated 2 months ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.org[C#]☆113Updated this week
- Simple C# source generation based on custom templates☆106Updated 2 years ago
- A .NET library to parse XML at lightspeed with zero allocation.☆112Updated last year
- Practical generic programming for .NET☆241Updated this week
- Immutability is easy!☆52Updated 2 weeks ago
- Extends Verify to allow verification of C# Source Generators.☆90Updated last week
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆117Updated 4 months ago
- FrozenObjects serializer and deserializer☆92Updated 3 years ago
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆82Updated 10 months ago
- LINQ for Span<T>, without memory allocations.