Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
☆762Sep 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 …☆713Feb 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,348Jan 22, 2026Updated last month
- Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).☆2,387May 16, 2022Updated 3 years ago
- Infinitely Fast Deserializer for .NET, .NET Core and Unity.☆2,426Apr 12, 2022Updated 3 years ago
- Implementation of a lock-free dictionary on .Net.☆543Feb 24, 2025Updated last year
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Apr 2, 2024Updated last year
- C# bindings for lemire/simdjson (and full C# port)☆690Dec 8, 2022Updated 3 years ago
- Zero Allocation StringBuilder for .NET and Unity.☆2,690Updated this week
- Source Generator based Embedded Typed Readonly In-Memory Document Database for .NET and Unity.☆1,795Oct 1, 2025Updated 4 months ago
- Low allocation async/await for C#/.NET☆404Apr 21, 2020Updated 5 years ago
- A native memory manager for .NET☆333Jan 11, 2018Updated 8 years ago
- Enums.NET is a high-performance type-safe .NET enum utility library☆1,828Oct 5, 2025Updated 4 months ago
- Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]☆6,608Oct 23, 2025Updated 4 months ago
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,026Updated this week
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,128Feb 19, 2026Updated last week
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆912Updated this week
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,102Jul 31, 2025Updated 6 months ago
- High performance understanding for stack traces (Make error logs more productive)☆2,867Mar 14, 2024Updated last year
- 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 helper library for async/await.☆3,709Jan 1, 2024Updated 2 years ago
- A tool that helps to see an internal structure of the CLR types at runtime☆728Sep 22, 2022Updated 3 years 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
- Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.☆504Sep 4, 2024Updated last year
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆333Jan 5, 2026Updated last month
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆502Dec 31, 2023Updated 2 years ago
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆343Jan 7, 2026Updated last month
- Fast and memory-efficient immutable collections and helper data structures☆251Sep 18, 2025Updated 5 months ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆444Jul 23, 2025Updated 7 months ago
- Series and Panels for Real-time and Exploratory Analysis of Data Streams☆437Apr 16, 2023Updated 2 years ago
- Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.☆2,134Updated this week
- Binary serializer for POCO objects☆373Dec 8, 2022Updated 3 years ago
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆703Jul 20, 2025Updated 7 months ago
- Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Log…☆1,659Oct 1, 2025Updated 4 months ago
- Easy to use SIMD accelerated Array and Span methods☆93Nov 19, 2022Updated 3 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆271Jan 15, 2026Updated last month