Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
☆761Sep 26, 2025Updated 5 months ago
Alternatives and similar repositories for LinqFaster
Users that are interested in LinqFaster are comparing it to the libraries listed below
Sorting:
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆899Feb 14, 2024Updated 2 years ago
- LINQ for Span<T>, without memory allocations.☆282Aug 31, 2023Updated 2 years ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆714Feb 2, 2020Updated 6 years ago
- Implementation in C# of LINQ concept with struct☆309Jan 19, 2024Updated 2 years ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,348Mar 12, 2026Updated last week
- Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).☆2,387May 16, 2022Updated 3 years ago
- C# bindings for lemire/simdjson (and full C# port)☆690Dec 8, 2022Updated 3 years ago
- Infinitely Fast Deserializer for .NET, .NET Core and Unity.☆2,426Apr 12, 2022Updated 3 years ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Apr 2, 2024Updated last year
- A native memory manager for .NET☆333Jan 11, 2018Updated 8 years ago
- Implementation of a lock-free dictionary on .Net.☆543Feb 24, 2025Updated last year
- Enums.NET is a high-performance type-safe .NET enum utility library☆1,834Oct 5, 2025Updated 5 months ago
- Zero Allocation StringBuilder for .NET and Unity.☆2,704Updated this week
- Low allocation async/await for C#/.NET☆402Apr 21, 2020Updated 5 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,105Jul 31, 2025Updated 7 months ago
- Low allocation re-implementation of LINQ-to-Objects☆213Jun 10, 2018Updated 7 years ago
- Source Generator based Embedded Typed Readonly In-Memory Document Database for .NET and Unity.☆1,800Feb 25, 2026Updated 3 weeks ago
- High performance understanding for stack traces (Make error logs more productive)☆2,865Mar 14, 2024Updated 2 years ago
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,131Mar 13, 2026Updated last week
- Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]☆6,627Feb 27, 2026Updated 3 weeks ago
- Replace any .NET method (including static and non-virtual) with a delegate☆1,105Sep 23, 2022Updated 3 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Jan 1, 2021Updated 5 years ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆916Feb 22, 2026Updated 3 weeks ago
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,028Mar 13, 2026Updated last week
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆702Jul 20, 2025Updated 7 months ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆653May 26, 2022Updated 3 years ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆500Dec 31, 2023Updated 2 years ago
- A tool that helps to see an internal structure of the CLR types at runtime☆727Sep 22, 2022Updated 3 years ago
- Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.☆503Sep 4, 2024Updated last year
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆343Jan 7, 2026Updated 2 months ago
- Stack only json deserialization using generators and the System.Text.Json library☆297Dec 8, 2022Updated 3 years ago
- Easy to use SIMD accelerated Array and Span methods☆93Nov 19, 2022Updated 3 years ago
- Fast and memory-efficient immutable collections and helper data structures☆251Sep 18, 2025Updated 6 months ago
- Series and Panels for Real-time and Exploratory Analysis of Data Streams☆437Apr 16, 2023Updated 2 years ago
- Binary serializer for POCO objects☆373Dec 8, 2022Updated 3 years ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆444Jul 23, 2025Updated 7 months ago
- A helper library for async/await.☆3,712Jan 1, 2024Updated 2 years ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆332Feb 25, 2026Updated 3 weeks ago
- Extensions to LINQ to Objects☆3,831Nov 25, 2025Updated 3 months ago