mirth icon indicating copy to clipboard operation
mirth copied to clipboard

std.map should implement an ordered list.

Open typeswitch-dev opened this issue 1 year ago • 0 comments

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.

typeswitch-dev avatar Apr 13 '24 02:04 typeswitch-dev