c7hm4r / LockFreeDoublyLinkedList
Thread-safe lock-free doubly linked list implementation in C#
☆16Updated 4 years ago
Alternatives and similar repositories for LockFreeDoublyLinkedList:
Users that are interested in LockFreeDoublyLinkedList 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 4 years ago
- MemoryStream with ArrayPool☆12Updated 2 years ago
- ☆43Updated 2 years ago
- C# version for the The One Billion Row Challenge☆31Updated 10 months ago
- Infrastructure for high performance code.☆64Updated 7 years ago
- This library provides struct based collections for high performance and low memory usage☆33Updated 3 months ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆10Updated 5 years ago
- A .NET library for compressed bit set data structures☆34Updated 3 months ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 7 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 6 months ago
- Generic C# Enum Utilities☆25Updated last year
- Port of Google's farmhash algorithm to .NET☆62Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆80Updated 10 months ago
- Concurrency library for .Net☆63Updated this week
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆61Updated 11 months ago
- A C# port of JavaFastPFOR☆53Updated last year
- .NET Reflection Made Fast and Simple ⛺☆28Updated 3 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆24Updated 5 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- C# library which provides uniform API for conversion between types.☆21Updated 9 months ago
- LZ4 for .NET (C++ /CLI)☆33Updated 8 months ago
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆38Updated 6 months ago
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Things to speed up C# code by avoiding reflection☆25Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- The Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm☆26Updated 6 years ago
- Optimized allocation free implementation of IList using ArrayPool.☆50Updated 6 months ago
- Unsafe methods for working with unmanaged memory and pointers.☆66Updated 4 years ago
- Embedded persistent key-value store for .NET. Pure C# code.☆63Updated 4 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated 10 months ago