Namespace Itinero.Algorithms.Collections
Classes
|
Represents a large bit array. |
|
A dictionary working around the pre .NET 4.5 memory limitations for one object. |
|
Generic LRU cache implementation. |
|
Represents a tree of paths by linking their segments together. |
|
Represents a strongly typed list of objects that will be sorted using the IComparable interface. |
|
Represents a sparse bitarray. |
|
An efficient index for a large number of bitflags that can handle both negative and positive ids. |
|
A stack implementation based on a memory array. |
Delegates
|
LRUCache<TKey, TValue>.OnRemoveDelegate A delegate to use for when an item is pushed out of the cache. |