VictorNicollet / NoAlloqView external linksLinks
LINQ for Span<T>, without memory allocations.
☆282Aug 31, 2023Updated 2 years ago
Alternatives and similar repositories for NoAlloq
Users that are interested in NoAlloq are comparing it to the libraries listed below
Sorting:
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆761Sep 26, 2025Updated 4 months ago
- Implementation of a lock-free dictionary on .Net.☆544Feb 24, 2025Updated 11 months ago
- Linq for Span<T> using SourceGenerators☆54May 21, 2021Updated 4 years ago
- Implementation in C# of LINQ concept with struct☆309Jan 19, 2024Updated 2 years ago
- Alloc-free and fast replacement for Linq, with code generation☆315Jul 7, 2024Updated last year
- Lightweight, Zero Allocation LINQ Implementation on `Span<T>`☆82Oct 19, 2024Updated last year
- This library provides struct based collections for high performance and low memory usage☆36Oct 27, 2024Updated last year
- This XenoAtom.Interop project provides a set of C# libraries to interop with C/C++ libraries (musl, libgit2, sqlite, vulkan...)☆65May 5, 2025Updated 9 months ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆899Feb 14, 2024Updated 2 years ago
- ☆24Jan 13, 2021Updated 5 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Jan 13, 2023Updated 3 years ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆331Jan 5, 2026Updated last month
- A high-performance, zero-allocation .NET logging library.☆434Feb 7, 2026Updated last week
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆338Jan 7, 2026Updated last month
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆271Jan 15, 2026Updated last month
- Utilize async\await infrastructure to implement clean parallelism☆20Jun 23, 2025Updated 7 months ago
- Easy to use SIMD accelerated Array and Span methods☆93Nov 19, 2022Updated 3 years ago
- A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with t…☆3,092Aug 16, 2025Updated 6 months ago
- Stack only json deserialization using generators and the System.Text.Json library☆297Dec 8, 2022Updated 3 years ago
- A light-weight, performant interval tree in C#☆36Mar 27, 2025Updated 10 months ago
- Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Log…☆1,655Oct 1, 2025Updated 4 months ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆90Mar 17, 2024Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆43Jul 22, 2024Updated last year
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆703Jul 20, 2025Updated 6 months ago
- Pure DI for .NET☆761Updated this week
- A library for building server application using loop-action programming model on .NET.☆276Oct 1, 2025Updated 4 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆251May 27, 2024Updated last year
- High-performance network packet decoding and packet decoder source generator☆42Jan 24, 2025Updated last year
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,128Updated this week
- Post-build IL optimizer and intermediate representation for .NET programs☆152Jan 25, 2025Updated last year
- .NET library to work with Git repositories☆34Updated this week
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Aug 6, 2022Updated 3 years ago
- A lightweight full text indexer for .NET☆198Dec 4, 2025Updated 2 months ago
- Drop-in replacement of LINQ aggregation operations extremely faster with SIMD.☆785Apr 8, 2025Updated 10 months ago
- A C# port of JavaFastPFOR☆58Sep 27, 2023Updated 2 years ago
- Fast and memory-efficient immutable collections and helper data structures☆250Sep 18, 2025Updated 4 months ago
- Vectorized generic dictionary prototype☆26Dec 10, 2024Updated last year
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Apr 2, 2024Updated last year
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆344Dec 8, 2022Updated 3 years ago