HexTree icon indicating copy to clipboard operation
HexTree copied to clipboard

Improve construction speed

Open JayKickliter opened this issue 2 years ago • 0 comments

Major goal: it would be awesome it we could both construct a compacted tree and drain it to a vec faster than calling libh3's compact() function. My gut feeling is the bottle neck currently lays non-deterministic alloction of behavior of a hexset. I do have a PR that improves things, but it probably needs some work. See https://github.com/JayKickliter/HexSet/pull/4

JayKickliter avatar Sep 08 '22 20:09 JayKickliter