VictorNicollet / NoAlloqLinks
LINQ for Span<T>, without memory allocations.
☆263Updated last year
Alternatives and similar repositories for NoAlloq
Users that are interested in NoAlloq are comparing it to the libraries listed below
Sorting:
- Implementation in C# of LINQ concept with struct☆303Updated last year
- Implementation of a lock-free dictionary on .Net.☆512Updated 3 months ago
- Benchmarking LINQ and alternative implementations☆183Updated last year
- Json library that uses .NET 5 Source Generators☆149Updated 3 years ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆174Updated 9 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆245Updated last year
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆304Updated 3 weeks ago
- Stack only json deserialization using generators and the System.Text.Json library☆294Updated 2 years ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆154Updated 6 months ago
- Roslyn analyzers for IDisposable☆406Updated 11 months ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆187Updated last year
- Low allocation async/await for C#/.NET☆397Updated 5 years ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆888Updated last year
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆760Updated 5 years ago
- High performance, thread-safe in-memory caching primitives for .NET☆536Updated 2 weeks ago
- A mocking library based on the Compiler APIs (Roslyn + Mocks)☆309Updated this week
- A high-performance, zero-allocation .NET logging library.☆417Updated 2 weeks ago
- Source only package that exposes newer APIs, .net features, and C# features to older runtimes.☆361Updated this week
- Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed…☆114Updated 2 months ago
- A ConcurrentHashSet implementation☆134Updated 3 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆259Updated 2 months ago
- Fast and memory-efficient immutable collections and helper data structures☆240Updated 7 months ago
- C# Source Generator for UTF-8 binary literal☆143Updated 9 months ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆440Updated 7 months ago
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆190Updated last month
- Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to…☆298Updated last year
- A source code only package which allows you to use .NET's nullable attributes in older target frameworks like .NET Standard 2.0 or the "o…☆190Updated last year
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆341Updated 2 years ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆220Updated 3 weeks ago
- C# implementation of a Rope<T> immutable data structure.☆122Updated 6 months ago