|
|
|
|
|
by masklinn
2327 days ago
|
|
OrderedDict is slow and expensive though: it maintains ordering through a doubly linked list. It has useful features for manipulating ordering but while I've regularly needed had use for maintaining insertion ordering I can't remember ever needing to move items around within a map. |
|