VictorNicollet / NoAlloq
LINQ for Span<T>, without memory allocations.
☆245Updated last year
Related projects ⓘ
Alternatives and complementary repositories for NoAlloq
- Implementation in C# of LINQ concept with struct☆299Updated 10 months ago
- Implementation of a lock-free dictionary on .Net.☆484Updated 5 months ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆279Updated 2 months ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆152Updated 2 months ago
- Json library that uses .NET 5 Source Generators☆146Updated 3 years ago
- Benchmarking LINQ and alternative implementations☆174Updated 9 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆243Updated 5 months ago
- ☆160Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆169Updated 8 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆483Updated this week
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆76Updated 2 years ago
- C# Source Generator for UTF-8 binary literal☆135Updated 2 months ago
- Fast and memory-efficient immutable collections and helper data structures☆232Updated 2 weeks ago
- Roslyn analyzers for IDisposable☆383Updated 5 months ago
- ☆178Updated 7 months ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆240Updated 3 weeks ago
- A mocking library based on the Compiler APIs (Roslyn + Mocks)☆260Updated 2 weeks ago
- ReSharper Heap Allocations Viewer plugin☆305Updated last week
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆875Updated 9 months ago
- A high-performance, zero-allocation .NET logging library.☆406Updated this week
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆202Updated last month
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆151Updated 5 years ago
- Low allocation async/await for C#/.NET☆393Updated 4 years ago
- The C# Source Generator Playground☆146Updated 3 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆755Updated 4 years ago
- Stack only json deserialization using generators and the System.Text.Json library☆289Updated 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 6 months ago
- A native memory manager for .NET☆333Updated 6 years ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆157Updated 2 months ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆137Updated this week