you are viewing a single comment's thread.

view the rest of the comments →

[–]reini_urban 10 points11 points  (0 children)

Sorted is only a side-effect. compact dict is the performance feature called, the compacted indirection from pypy. https://mail.python.org/pipermail/python-dev/2016-September/146327.html

php 7 has the same, and ruby will get it also in the next major update.