Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 966 Bytes

File metadata and controls

13 lines (8 loc) · 966 Bytes

Apex.Collections

Alternative or extended collection types for .NET

Build Status Tests Code Coverage

Contents

Immutable.HashMap<K, V> An alternative to ImmutableDictionary with generally much better performance - benchmarks

LeastRecentlyUsedCache<K, V> A simple, low overhead, least recently used cache by key

PriorityQueue<T> Fast, efficient priority queue