summaryrefslogtreecommitdiffstats
path: root/python/python-odict/README
blob: a7980e171bebdaa8175f1a752927091be3c35165 (plain)
1
2
3
Dictionary in which the insertion order of items is preserved
(using an internal double linked list). In this implementation
replacing an existing item keeps it at its original position.