NonBlocking
by:
vsadov
- 311,302 total downloads
- last updated 6/24/2022
- Latest version: 2.1.0
Implementation of a lock-free dictionary on .Net
Included types:
=== NonBlocking.ConcurrentDictionary
Lock-free, wait-free implementation of a dictionary.
- has the same API as System.Collections.Concurrent.ConcurrentDictionary.
- No locks are taken during any...
More information