/DotNet.Collections

Mish-mash of .NET collections.

Primary LanguageC#MIT LicenseMIT

DotNet.Collections

Build Status NugGetVersion

  • LruCache - Last Recently Used cache implementation
  • OrderedSet (aka Java's LinkedHashSet) - Insertion ordered HashSet implementation
  • ConcurrentOrderedSet (aka LinkedHashMap)