mirth
mirth copied to clipboard
std.map should implement an ordered list.
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.