Implementation of a lock-free dictionary on .Net.
☆543Feb 24, 2025Updated last year
Alternatives and similar repositories for NonBlocking
Users that are interested in NonBlocking are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A tool that helps to see an internal structure of the CLR types at runtime☆727Sep 22, 2022Updated 3 years ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,349Updated this week
- High performance, thread-safe in-memory caching primitives for .NET☆588Feb 2, 2026Updated last month
- Fast and memory-efficient immutable collections and helper data structures☆251Sep 18, 2025Updated 6 months ago
- A high-performance, zero-allocation .NET logging library.☆435Feb 14, 2026Updated last month
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆702Jul 20, 2025Updated 8 months ago
- C# bindings for lemire/simdjson (and full C# port)☆690Dec 8, 2022Updated 3 years ago
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆139Feb 11, 2026Updated last month
- LINQ for Span<T>, without memory allocations.☆282Aug 31, 2023Updated 2 years ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆899Feb 14, 2024Updated 2 years ago
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,131Mar 13, 2026Updated last week
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆916Feb 22, 2026Updated last month
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆653May 26, 2022Updated 3 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,105Jul 31, 2025Updated 7 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆705Updated this week
- Low allocation async/await for C#/.NET☆402Apr 21, 2020Updated 5 years ago
- A native memory manager for .NET☆333Jan 11, 2018Updated 8 years ago
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆108Feb 23, 2026Updated last month
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Apr 2, 2024Updated last year
- Fast and lightweight parser creation tools☆543Mar 16, 2026Updated last week
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,028Mar 13, 2026Updated last week
- Fast, idiomatic C# implementation of Flatbuffers☆567May 26, 2025Updated 9 months ago
- Stack only json deserialization using generators and the System.Text.Json library☆297Dec 8, 2022Updated 3 years ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Mar 17, 2024Updated 2 years ago
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆88Jul 21, 2025Updated 8 months ago
- .NET managed sockets wrapper using the new "Pipelines" API☆440Mar 14, 2026Updated last week
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆761Sep 26, 2025Updated 5 months ago
- Source code based on TraceEvent to listen to CLR events at runtime☆201Mar 13, 2025Updated last year
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆183Aug 24, 2024Updated last year
- Fast SIMD-based UTF-8 Validation in C#☆46Dec 18, 2025Updated 3 months ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆48May 15, 2024Updated last year
- .NET tool to analyze size of Native AOT binaries.☆433Jul 17, 2025Updated 8 months ago
- Next generation API for .NET☆1,914Mar 10, 2026Updated 2 weeks ago
- Port of LMAX Disruptor to .NET☆1,308Feb 13, 2026Updated last month
- Host of debugging-related extensions such as post-mortem tools or WinDBG extensions☆219Nov 27, 2021Updated 4 years ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆332Updated this week
- High performance understanding for stack traces (Make error logs more productive)☆2,865Mar 14, 2024Updated 2 years ago
- Serde.NET is a C# port of the popular Serde serialization library for Rust☆213Mar 15, 2026Updated last week
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆251May 27, 2024Updated last year