sestoft / C5

C5 generic collection library for C#/.NET
http://www.itu.dk/research/c5/
MIT License
1.03k stars 181 forks source link

RedBlackTreeBag maintain an O(1) unique items counter #21

Closed KeithNel closed 8 years ago

KeithNel commented 10 years ago

Maintains a counter for unique items in the RedBlackTreeBag for O(1) lookups.

ondfisk commented 8 years ago

Thanks :)