jackmott / LinqFasterLinks
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
☆761Updated last week
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>.☆897Updated last year
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆650Updated 3 years ago
- A tool that helps to see an internal structure of the CLR types at runtime☆717Updated 3 years ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆499Updated last year
- Implementation of a lock-free dictionary on .Net.☆520Updated 7 months ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆443Updated 2 months ago
- LINQ for Span<T>, without memory allocations.☆281Updated 2 years ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆889Updated 2 weeks ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,070Updated 2 months ago
- A lightweight text templating library written in C# which can be a drop-in replacement for string.Format☆1,202Updated this week
- High performance, thread-safe in-memory caching primitives for .NET☆553Updated last week
- Assists in performing Roslyn-based code generation during a build.☆410Updated 4 years ago
- C# bindings for lemire/simdjson (and full C# port)☆685Updated 2 years ago
- Implementation in C# of LINQ concept with struct☆305Updated 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 last year
- .NET Reflection Made Fast and Simple ⛺☆296Updated 5 years ago
- Fast, idiomatic C# implementation of Flatbuffers☆545Updated 4 months ago
- A high-performance, zero-allocation .NET logging library.☆426Updated last month
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,305Updated last week
- A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!☆598Updated 2 months ago
- C5 generic collection library for C#/.NET