c7hm4r / LockFreeDoublyLinkedList
Thread-safe lock-free doubly linked list implementation in C#
☆17Updated 5 years ago
Alternatives and similar repositories for LockFreeDoublyLinkedList
Users that are interested in LockFreeDoublyLinkedList are comparing it to the libraries listed below
Sorting:
- ☆43Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- A multi-platform .NET binding of Facebook's Zstandard library.☆43Updated 4 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- MemoryStream with ArrayPool☆12Updated 3 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 9 months ago
- Idiomatic .NET Serialization for FlatBuffers☆42Updated 8 years ago
- An implementation of BinaryReader and BinaryWriter which works on binary arrays directly☆22Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 7 years ago
- Port of Google's farmhash algorithm to .NET☆65Updated last year
- LZ4 for .NET (C++ /CLI)☆33Updated last year
- The CircularBuffer<T> class is a data structure that uses a single, fixed-size buffer that behaves as if it were connected end-to-end. Yo…☆54Updated 2 years ago
- A collection of generic C# data structures, including an iterative binary search trees, an AVL tree, a red-black tree, a skip-list, and a…☆25Updated 11 years ago
- Spans for the whole memory range.☆18Updated 2 years ago
- C# Unmanaged Array Library🍓☆21Updated 4 years ago
- A C# port of JavaFastPFOR☆54Updated last year
- CSharpEval, a lightweight C# Eval and Read-Evaluate-Print-Loop (REPL) program.☆25Updated 7 years ago
- This library provides struct based collections for high performance and low memory usage☆34Updated 6 months ago
- Parse any type from string in efficient way☆35Updated 4 months ago
- Unsafe methods for working with unmanaged memory and pointers.☆66Updated 4 years ago
- C# version for the The One Billion Row Challenge☆31Updated last year
- Example implementation of IValueTaskSource☆30Updated last year
- 7z SDK code made available as a nuget package☆26Updated 2 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…☆25Updated 6 years ago
- Dynamically run code using .NET 9, Roslyn and AssemblyLoadContext☆113Updated 5 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Extremely Fast MySQL Driver for C#, work in progress.☆56Updated 7 years ago