Tagged Questions
2
votes
6answers
1k views
CircularBuffer IDictionary in C#?
I need a CircularBuffer IDictionary. Can anyone point me to a good open source implementation.
So a IDictionary that has a maximum capacity, say configured to 100 items, which when item 101 is added ...