std.map should implement an ordered list.
Opened this issue · 0 comments
typeswitch-dev commented
Currently std.map implements a lookup list. It should be some kind of (ordered) search tree instead.
This requires changing the APIs to take a comparison function callback on lookup and insert.