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
Sorting:
- A tool that helps to see an internal structure of the CLR types at runtime☆728Sep 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,348Updated this week
- High performance, thread-safe in-memory caching primitives for .NET☆584Feb 2, 2026Updated last month
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆139Feb 11, 2026Updated 3 weeks ago
- A high-performance, zero-allocation .NET logging library.☆434Feb 14, 2026Updated 2 weeks ago
- C# bindings for lemire/simdjson (and full C# port)☆690Dec 8, 2022Updated 3 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,102Jul 31, 2025Updated 7 months ago
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆703Jul 20, 2025Updated 7 months ago
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,128Updated this week
- Fast and memory-efficient immutable collections and helper data structures☆251Sep 18, 2025Updated 5 months ago
- 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
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆899Feb 14, 2024Updated 2 years ago
- LINQ for Span<T>, without memory allocations.☆282Aug 31, 2023Updated 2 years ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆912Feb 22, 2026Updated last week
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆701Updated this week
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Apr 2, 2024Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Mar 17, 2024Updated last year
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,026Updated this week
- Low allocation async/await for C#/.NET☆402Apr 21, 2020Updated 5 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆762Sep 26, 2025Updated 5 months ago
- Fast and lightweight parser creation tools☆542Feb 24, 2026Updated last week
- Fast, idiomatic C# implementation of Flatbuffers☆567May 26, 2025Updated 9 months ago
- A native memory manager for .NET☆333Jan 11, 2018Updated 8 years ago
- Concurrent collections and synchronization primitives for writing fast multithreaded and asynchronous code☆88Jul 21, 2025Updated 7 months 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 week
- Stack only json deserialization using generators and the System.Text.Json library☆297Dec 8, 2022Updated 3 years ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆251May 27, 2024Updated last year
- Source code based on TraceEvent to listen to CLR events at runtime☆200Mar 13, 2025Updated 11 months ago
- High performance, low level networking APIs for building custom servers and clients.☆1,120Sep 28, 2025Updated 5 months ago
- .NET tool to analyze size of Native AOT binaries.☆432Jul 17, 2025Updated 7 months ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆332Feb 25, 2026Updated last week
- This library provides struct based collections for high performance and low memory usage☆36Oct 27, 2024Updated last year
- Lunr-core is a small, full text search library for use in small applications. It's a .NET port of LUNR.js.☆572Feb 25, 2025Updated last year
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆208Oct 29, 2025Updated 4 months ago
- Zero Allocation StringBuilder for .NET and Unity.☆2,690Feb 25, 2026Updated last week
- Post-build IL optimizer and intermediate representation for .NET programs☆152Jan 25, 2025Updated last year
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆183Aug 24, 2024Updated last year
- .NET managed sockets wrapper using the new "Pipelines" API☆440May 7, 2025Updated 9 months ago
- Host of debugging-related extensions such as post-mortem tools or WinDBG extensions☆219Nov 27, 2021Updated 4 years ago