| 1 | //! Ordered dictionary implementation. |
| 2 | //! Inspired by: <https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html> |
| 3 | //! And: <https://www.youtube.com/watch?v=p33CVV29OG8> |
| 4 | //! And: <http://code.activestate.com/recipes/578375/> |