Module collections

Module collections 

Source
Expand description

Data structures for efficient management of handles and their associated data.

This module provides various data structures that may be used to:

Structsยง

HandleBitSet
An efficient set of handles.
HandleMap
An efficient implementation of a mapping between handles and arbitrary data.
HandledHashMap
A collection of Handled instances with automatically-generated handles, supporting efficient hash-based instance-to-handle lookup.
HandledVec
A collection of Handled instances with automatically-generated handles, supporting efficient handle-to-instance lookup.