reegeek / StructLinqLinks
Implementation in C# of LINQ concept with struct
☆309Updated 2 years ago
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.☆282Updated 2 years ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆249Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated 3 weeks ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆330Updated last month
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆223Updated 7 months ago
- Benchmarking LINQ and alternative implementations☆180Updated last year
- Implementation of a lock-free dictionary on .Net.☆543Updated 11 months ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆179Updated last year
- High performance, thread-safe in-memory caching primitives for .NET☆578Updated this week
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆209Updated 4 months ago
- ☆172Updated 3 years ago
- A high-performance, zero-allocation .NET logging library.☆432Updated this week
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆170Updated this week
- SpanJson is a JSON serializer for .NET Core 6.0+☆443Updated 6 months ago
- Simplify call an external process with the async streams in C# 8.0.☆544Updated 4 months ago
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆137Updated last month
- C# implementation of a Rope<T> immutable data structure.☆130Updated last year
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆345Updated 3 years ago
- Json library that uses .NET 5 Source Generators☆150Updated 4 years ago
- Distributed load testing framework for .NET and Unity.☆260Updated last month
- Utf8 based StreamReader for high performance text processing.☆243Updated 4 months ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆137Updated 3 years ago
- .NET Reflection Made Fast and Simple ⛺☆304Updated 5 years ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆207Updated last week
- C# Source Generator for UTF-8 binary literal☆148Updated last year
- Write scripts with the power of C# and .NET☆247Updated 4 years ago
- Fast and lightweight parser creation tools☆538Updated 2 weeks ago
- Alloc-free and fast replacement for Linq, with code generation☆315Updated last year
- Simple C# source generation based on custom templates☆111Updated 2 years ago
- Append supplemental methods(WhenAny, WhenAll, Lazy) to ValueTask.☆160Updated 4 months ago