You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full consistency check list should be complete and remaining discrepancies should be fixable backwards compatibly or marked as not important (Full Consistency With HashMap #19)
Full consistency (Full Consistency With HashMap #19). Being drop in is good, but some of the details don't matter much, you can be effectively drop in without being 100% type by type compatible.
Next version will be the last with the ordermap name. Then we make one with the same version and compatible API under the new name (IndexMap as of this writing).
Must have
Settle removal semantics Add ordered_remove withO(n)
perf. #15 (and split crate for full insertion order Added Tombstones #12)map::
submodule (likeset::
) Move OrderMap into the map submodule #60Nice to have
(can be added backwards compatibly)
At Release
The text was updated successfully, but these errors were encountered: