ndrwrbgs / FastLinqLinks
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
Sorting:
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 6 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Playing around to make a high-performance prefix tree implementation in C#☆18Updated last year
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- Small C# code generator. Easily generate code programmatically!☆74Updated 3 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated 2 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last month
- Parse any type from string in efficient way☆35Updated last week
- Code memory safety analysis☆14Updated 11 months ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- A framework for transparently invoking multiple instances or clients.☆39Updated 2 months ago
- Optimized allocation free implementation of IList using ArrayPool.☆56Updated last year
- This library provides struct based collections for high performance and low memory usage☆35Updated last year
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 8 years ago
- Sample code to show how to walk the managed heap in C#☆32Updated last year
- Mixins are a powerful concept for object-oriented class composition. re-mix provides mixins for C# and Visual Basic .NET.☆18Updated 8 years ago
- C# version for the The One Billion Row Challenge☆33Updated last year
- Infrastructure for high performance code.☆64Updated 8 years ago
- PoolSharp is a simple, light weight, thread safe object pool.☆25Updated 2 years ago
- Extremely Fast MySQL Driver for C#, work in progress.☆56Updated 8 years ago
- Spans for the whole memory range.☆18Updated 2 years ago
- C# library which provides uniform API for conversion between types.☆24Updated last year
- This is a basic (and slightly trivial) sample of using the ObjectPool<T> in an ASP.NET Core application.☆13Updated 6 years ago
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆40Updated last year
- An alternative to AutoMapper, Hyper fast object-to-object mapper built on fastest serializer technology.☆92Updated 5 years ago
- TypeCache is a fast alternative to System.Reflection. Also contained are IEnumerable extensions as an alternative to System.Linq, as well…☆12Updated 3 weeks ago
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆27Updated 2 years ago
- Bounded multiple producers multiple consumers queue for .NET☆59Updated 2 years ago