Hacker News new | ask | show | jobs
by maxnoe 2327 days ago
The insertion order dict implementation actually comes from pypy
1 comments

The insertion order dict implementation comes from Raymond Hettinger who is amongst other things a core CPython developer. pypy pulled the trigger on using it first (and probably has optimisations CPython doesn't). PHP also used it before CPython did, IIRC. And possibly Rust (as the third-party indexmap).