Module object_lib::collections::pmap
source · Expand description
A hash map that can be safely persisted within objects.
This is a prototype implementation of a safely movable hash map type, implementing a (small)
subset of the std::collections::HashMap hash map type. There has been no effort to optimize
any aspect of this implementation, so predictable performance should not be expected.
Macros
Structs
- A persistable hash map, which is safely movable between runtime instances.
Statics
- The initial capacity to set for newly allocated vectors backing Bucket instances.