On Fri Jun 2 16:21:54 2023 +0000, Rémi Bernon wrote:
I think a `rb_tree` is a good solution as a starting point. If it proves to be ineffective for some reason it can always be changed later. I can only suppose that a hash table have probably been discussed, but I think it is hard to write one that is at the same time simple, intrusive ptr based (and doesn't require external data), and header-only, like the rb tree and lists are.
Changed to use rb_tree.