ConcurrentHashSet
ConcurrentHashSet copied to clipboard
Suggestion: Refactor to use new System.Threading.Lock
Please consider a .NET 10 target and refactor the internal locking to use System.Threading.Lock primitive for improved performance.
Thanks for considering and creating this!