NetFabric / NetFabric.DoublyLinkedListLinks
An alternative to LinkedList<T> with reverse operation and enumeration without allocation.
☆17Updated 2 years ago
Alternatives and similar repositories for NetFabric.DoublyLinkedList
Users that are interested in NetFabric.DoublyLinkedList are comparing it to the libraries listed below
Sorting:
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 6 years ago
- C# version for the The One Billion Row Challenge☆33Updated 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
- This library provides struct based collections for high performance and low memory usage☆35Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆67Updated last year
- An immutable double-precision angle that supports revolutions, radians, degrees, and gradians.☆16Updated 4 years ago
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆40Updated last year
- C# examples using WebGPU and NativeAOT☆49Updated 2 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 8 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…