Skip to main content

Module collections

Module collections 

Source
Expand description

Collection types used by Debtmap’s analysis graph and result models.

These aliases keep collection choices explicit at module boundaries while relying on the maintained standard library rather than an external persistent-collection implementation.

Structs§

HashMap
A hash map implemented with quadratic probing and SIMD lookup.
HashSet
A hash set implemented as a HashMap where the value is ().

Type Aliases§

Vector
Ordered, contiguous collection used for result and graph edge lists.