ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
-
Updated
Oct 12, 2024 - C#
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
Asynchronous Programming Pattern Example Simulated In .NET
An In-Process shared conditional lock implementation
A simple implementation of Apple's Grand Central Dispatch in C# with an interest in creating as few allocations as possible
A concurrent priority list with 10 priorities-ranks and random tasks as a parallel data set.
General low level infrastructure modules for .NET projects
This project presents a simple, but fun “Money Pot” Service and Client Application demonstration. The “Money Pot” is a self-hosted (service host) WCF application with a GUI user interface to quickly demo and test the service with a client (both simple Windows Form Applications). In addition, a short discussion of concurrency to protect resources…
Add a description, image, and links to the concurrency-patterns topic page so that developers can more easily learn about it.
To associate your repository with the concurrency-patterns topic, visit your repo's landing page and select "manage topics."