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 2 years ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆246Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated 2 months ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆317Updated last month
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆177Updated last year
- Benchmarking LINQ and alternative implementations☆181Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 5 months ago
- Implementation of a lock-free dictionary on .Net.☆523Updated 8 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆562Updated 3 weeks ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆164Updated 3 months ago
- ☆170Updated 2 years ago
- Alloc-free and fast replacement for Linq, with code generation☆314Updated last year
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆200Updated this week
- Write scripts with the power of C# and .NET☆244Updated 4 years ago
- .NET Reflection Made Fast and Simple ⛺☆298Updated 5 years ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆201Updated last month
- Simplify call an external process with the async streams in C# 8.0.☆524Updated last month
- SpanJson is a JSON serializer for .NET Core 6.0+☆443Updated 3 months ago
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆346Updated 2 years ago
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆136Updated 3 years ago
- Json library that uses .NET 5 Source Generators☆151Updated 4 years ago
- Utf8 based StreamReader for high performance text processing.☆241Updated last month
- Zero Allocation Writer/Reader Parser for .NET Core☆316Updated last year
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆898Updated last year
- A high-performance, zero-allocation .NET logging library.☆428Updated 2 weeks ago
- Distributed load testing framework for .NET and Unity.☆255Updated last month
- Fast and lightweight parser creation tools☆511Updated this week
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆128Updated this week
- Simple C# source generation based on custom templates☆108Updated 2 years ago
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆122Updated 2 weeks ago