jackmott / LinqFaster
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
☆762Updated 5 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>.☆889Updated 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+☆440Updated 6 months ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,265Updated this week
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆985Updated 3 months ago
- Implementation of a lock-free dictionary on .Net.☆501Updated 2 months ago
- LINQ for Span<T>, without memory allocations.☆262Updated last year
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆576Updated last year
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆861Updated last month
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆715Updated 5 years ago
- .NET Reflection Made Fast and Simple ⛺☆293Updated 4 years ago
- Implementation in C# of LINQ concept with struct☆302Updated last year
- Low allocation async/await for C#/.NET☆397Updated 5 years ago
- Fast object cloner for .NET☆557Updated last year
- Enums.NET is a high-performance type-safe .NET enum utility library☆1,789Updated 8 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆535Updated 3 weeks ago
- Grace is a feature rich dependency injection container library☆339Updated 3 months ago
- A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!☆562Updated 3 months ago
- C# bindings for lemire/simdjson (and full C# port)☆669Updated 2 years ago
- A lightweight text templating library written in C# which can be a drop-in replacement for string.Format☆1,168Updated 3 weeks ago
- Fast, idiomatic C# implementation of Flatbuffers☆528Updated this week
- Zero-allocation string formatting for .NET.☆343Updated 7 years ago
- A high-performance, zero-allocation .NET logging library.☆416Updated 5 months ago
- C5 generic collection library for C#/.NET☆1,055Updated 8 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆674Updated this week
- An automatic query optimizer-compiler for Sequential and Parallel LINQ.☆477Updated 5 years ago
- A native memory manager for .NET☆334Updated 7 years ago
- An ultra lightweight IoC container☆626Updated last week
- 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