|
|
|
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 |
|
|
|
|
|
|
Create an empty container.
|
|
|
Returns the number of elements in the map.
|
|
|
Locate a key in the map (must exist).
|
|
|
Add or update one element to the map.
|
|
|
Remove an element from the map.
|
|
|
Return the list of values in the map.
|
|
|
Return the list of keys in the map.
|
|
|
Create a map from an association list.
|
|
|
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 |