|
|
|
Description |
Module abstracting the node and instance container implementation.
This is currently implemented on top of an IntMap, which seems to
give the best performance for our workload.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Our key type.
|
|
|
Our container type.
|
|
|
Locate a key in the map (must exist).
|
|
|
Add or update one element to the map.
|
|
|
Add or update two elements of the map.
|
|
|
Compute the name of an element in a container.
|
|
|
Find an element by name in a Container; this is a very slow function.
|
|
Produced by Haddock version 2.6.0 |