Skip to main content

Module hashmap_based

Module hashmap_based 

Source
Expand description

HashMap-based deep cloning for comparison. This is the traditional approach - slower due to hash lookups.

Structsยง

HashMapCloneContext
Clone context using HashMap for lookups.
HashMapGraphRef
HashMapRefGraph
Internal storage using HashMap for clone tracking.