jackmott / LinqFaster
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
☆755Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for LinqFaster
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆875Updated 9 months ago
- A tool that helps to see an internal structure of the CLR types at runtime☆677Updated 2 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆894Updated last week
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆484Updated 10 months ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆645Updated 2 years ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆426Updated last month
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,175Updated this week
- LINQ for Span<T>, without memory allocations.☆245Updated last year
- Assists in performing Roslyn-based code generation during a build.☆409Updated 3 years ago
- Implementation of a lock-free dictionary on .Net.☆484Updated 5 months ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆557Updated 7 months ago
- Fast, idiomatic C# implementation of Flatbuffers☆511Updated this week
- A native memory manager for .NET☆333Updated 6 years ago
- Implementation in C# of LINQ concept with struct☆299Updated 10 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆483Updated this week
- C# bindings for lemire/simdjson (and full C# port)☆646Updated last year
- Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to…☆297Updated 6 months ago
- Zero-allocation string formatting for .NET.☆340Updated 7 years ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆827Updated 3 months ago
- A C# parser construction toolkit with high-quality error reporting☆1,078Updated last month
- Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree☆943Updated 3 weeks ago
- .NET Reflection Made Fast and Simple ⛺☆286Updated 4 years ago
- The last comparison library you'll ever need!☆427Updated 11 months ago
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆338Updated last year
- C5 generic collection library for C#/.NET☆1,037Updated 2 months ago
- A lightweight text templating library written in C# which can be a drop-in replacement for string.Format☆1,102Updated 3 weeks ago
- Low allocation async/await for C#/.NET☆393Updated 4 years ago
- Replace any .NET method (including static and non-virtual) with a delegate☆1,078Updated 2 years ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆716Updated 4 years ago
- Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.☆493Updated 2 months ago