jackmott / LinqFaster
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
☆760Updated 4 years ago
Alternatives and similar repositories for LinqFaster:
Users that are interested in LinqFaster are comparing it to the libraries listed below
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆885Updated last year
- A tool that helps to see an internal structure of the CLR types at runtime☆699Updated 2 years ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆647Updated 2 years ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆438Updated 5 months ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆982Updated 2 months ago
- .NET Reflection Made Fast and Simple ⛺☆290Updated 4 years ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,235Updated this week
- Implementation of a lock-free dictionary on .Net.☆497Updated last month
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆570Updated 11 months ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆850Updated 3 months ago
- Assists in performing Roslyn-based code generation during a build.☆410Updated 4 years ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆492Updated last year
- LINQ for Span<T>, without memory allocations.☆258Updated last year
- Implementation in C# of LINQ concept with struct☆302Updated last year
- High performance, thread-safe in-memory caching primitives for .NET☆521Updated last week
- Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree☆992Updated 3 months ago
- A lightweight text templating library written in C# which can be a drop-in replacement for string.Format☆1,152Updated last week
- Fast object cloner for .NET☆552Updated last year
- A C# parser construction toolkit with high-quality error reporting☆1,158Updated 5 months ago
- Replace any .NET method (including static and non-virtual) with a delegate☆1,088Updated 2 years ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆667Updated this week
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆342Updated 2 years ago
- A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!☆557Updated 2 months ago
- A lightweight and fast parsing library for C#.☆976Updated last week
- Zero-allocation string formatting for .NET.☆342Updated 7 years ago
- Low allocation async/await for C#/.NET☆396Updated 4 years ago
- C5 generic collection library for C#/.NET☆1,049Updated 6 months ago
- Enums.NET is a high-performance type-safe .NET enum utility library☆1,777Updated 7 months ago
- compile time dependency injection for .NET☆853Updated 2 years ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆715Updated 5 years ago