ryanwersal / DotNet.Collections

Mish-mash of .NET collections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotNet.Collections

Build Status NugGetVersion

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

About

Mish-mash of .NET collections.

License:MIT License


Languages

Language:C# 100.0%