DataStructures.jl
DataStructures.jl copied to clipboard
Reuse handle remapping slots in MutableBinaryHeap
Fixes #745
Considered changing handle tables to Int32, which if we're comfortable limiting the collection to 2 billion entries could save a lot of space (node map, node map free list, and node back handle). Could be done separately or here, happy to contribute either. Thoughts?
Hi, any chance for a review and merge of this, please? Thanks