reegeek / StructLinqLinks
Implementation in C# of LINQ concept with struct
☆305Updated last year
Alternatives and similar repositories for StructLinq
Users that are interested in StructLinq are comparing it to the libraries listed below
Sorting:
- LINQ for Span<T>, without memory allocations.☆281Updated last year
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆247Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆264Updated last month
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆221Updated last month
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆312Updated 2 months ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆176Updated 11 months ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆161Updated last week
- Implementation of a lock-free dictionary on .Net.☆517Updated 5 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆547Updated 2 weeks ago
- Benchmarking LINQ and alternative implementations☆184Updated last year
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆194Updated 2 months ago
- Simplify call an external process with the async streams in C# 8.0.☆514Updated 2 months ago
- Utf8 based StreamReader for high performance text processing.☆239Updated 2 months ago
- Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implement…☆117Updated last week
- Json library that uses .NET 5 Source Generators☆150Updated 4 years ago
- ☆169Updated 2 years ago
- .NET Reflection Made Fast and Simple ⛺☆297Updated 5 years ago
- Fast and lightweight parser creation tools☆487Updated last week
- Write scripts with the power of C# and .NET☆240Updated 3 years ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆440Updated 2 weeks ago
- Distributed load testing framework for .NET and Unity.☆245Updated 2 months ago
- C# Source Generator for UTF-8 binary literal☆145Updated 11 months ago
- Zero Allocation Writer/Reader Parser for .NET Core☆304Updated 11 months ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆199Updated 2 months ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆892Updated last year
- The world fastest enum utilities for C#/.NET☆456Updated 3 months ago
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆343Updated 2 years ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆134Updated 3 years ago
- A high-performance, zero-allocation .NET logging library.☆423Updated 2 months ago
- Append supplemental methods(WhenAny, WhenAll, Lazy) to ValueTask.☆152Updated 2 months ago