Interval Tree from a multimap #1112
ricardomatias
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I sure it should be possible to create one from a map type. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's hard to come by an interval tree which works without allocations. I wonder if a multimap could be used as the base for one. I'm not entirely sure of how much effort is involved in one. Does anyone have any opinions about it or other recommendations?
Beta Was this translation helpful? Give feedback.
All reactions