ndrwrbgs / FastLinq
Drop-in-place Memory and Performance optimizations for LINQ
☆24Updated 4 years ago
Alternatives and similar repositories for FastLinq:
Users that are interested in FastLinq are comparing it to the libraries listed below
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- The combined Langly runtime☆33Updated 3 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 7 months ago
- Linq for Span<T> using SourceGenerators☆52Updated 3 years ago
- An allocation free Task-like object for async methods☆39Updated 8 months ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- C# version for the The One Billion Row Challenge☆31Updated last year
- Playing around to make a high-performance prefix tree implementation in C#☆18Updated last year
- dotnet watch we always wanted☆102Updated 3 years ago
- ☆23Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆29Updated 5 months ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆10Updated 5 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆26Updated 2 years ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- Intrinsics accelerated math functions for .NET Core - trading accuracy for performance☆17Updated 5 years ago
- A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the type…☆11Updated 3 years ago
- Parse any type from string in efficient way☆33Updated 2 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- A framework for transparently invoking multiple instances or clients.☆28Updated this week
- High-performance network packet decoding and packet decoder source generator☆38Updated last month
- C# library which provides uniform API for conversion between types.☆22Updated 11 months ago
- Spans for the whole memory range.☆18Updated 2 years ago
- This library provides struct based collections for high performance and low memory usage☆33Updated 4 months ago
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- A pure C# implementation of sparse bitsets☆23Updated last year
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago