Treit / MiscBenchmarksLinks
☆66Updated 2 weeks ago
Alternatives and similar repositories for MiscBenchmarks
Users that are interested in MiscBenchmarks are comparing it to the libraries listed below
Sorting:
- C# implementation of a Rope<T> immutable data structure.☆123Updated 7 months ago
- The CodeGenHelpers is meant to help anyone who is working on C# CodeGenerator☆99Updated 5 months ago
- Extends Verify to allow verification of C# Source Generators.☆84Updated this week
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆84Updated 7 months ago
- Actual C# Enums with values and better performance as a source generator☆42Updated last year
- A .NET MessagePack serialization library with great performance and simplicity.☆91Updated this week
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆62Updated 4 months ago
- A Source Generator for Source Generators. Gives out of the box support for transistent dependencies and logging right in Visual Studio☆70Updated 4 months ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆174Updated 9 months ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 2 years ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆154Updated 6 months ago
- C# source generator that generates a constructor from readonly fields/properties in a class or struct☆56Updated this week
- Produce NuPkg files that have .NET Reference assemblies as resources☆111Updated last week
- NWindows is a cross-platform window creation and management library for .NET☆85Updated last year
- A C# library that let's you obtain an instance of void☆18Updated 2 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆58Updated 3 weeks ago
- The most revolutionary syntax visualizer☆72Updated this week
- Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed…☆114Updated 2 months ago
- C# interface-to-member source generator☆80Updated 9 months ago
- Analyzers checking System.Reflection☆81Updated last year
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆130Updated 2 years ago
- Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.☆39Updated 2 months ago
- Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your buil…☆150Updated 4 months ago
- Generates a synchronized version of an async method☆60Updated 2 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆245Updated last year
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆259Updated 2 months ago
- ZeroIoC is reflectionless IoC Container for C#