reegeek / StructLinq
Implementation in C# of LINQ concept with struct
☆302Updated last year
Alternatives and similar repositories for StructLinq:
Users that are interested in StructLinq are comparing it to the libraries listed below
- LINQ for Span<T>, without memory allocations.☆259Updated last year
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆244Updated 10 months ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆300Updated 3 weeks ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆886Updated last year
- Implementation of a lock-free dictionary on .Net.☆498Updated last month
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆253Updated 3 weeks ago
- Benchmarking LINQ and alternative implementations☆182Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆213Updated 3 weeks ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆439Updated 6 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆531Updated last week
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆573Updated last year
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆153Updated 4 months ago
- Simplify call an external process with the async streams in C# 8.0.☆489Updated 3 weeks ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆171Updated 7 months ago
- 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 11 months ago
- Low allocation async/await for C#/.NET☆398Updated 4 years ago
- Json library that uses .NET 5 Source Generators☆146Updated 3 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆760Updated 4 years ago
- Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed…☆114Updated last month
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆178Updated 3 weeks ago
- ☆169Updated 2 years ago
- Append supplemental methods(WhenAny, WhenAll, Lazy) to ValueTask.☆147Updated 3 weeks ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆191Updated 2 weeks ago
- Distributed load testing framework for .NET and Unity.☆233Updated 3 weeks ago
- Roslyn analyzers for IDisposable☆398Updated 9 months ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆182Updated last year
- Stack only json deserialization using generators and the System.Text.Json library☆292Updated 2 years ago
- Fast and lightweight parser creation tools☆453Updated last week
- Alloc-free and fast replacement for Linq, with code generation