Форум сайта python.su
Добрый день. Подскажите, знает ли кто нибудь как в python 3.7 устроены словари? Может быть есть ссылка на доклад где об этом рассказывается?
Мне очень интересно за счет чего удалось добиться сохранения порядка элементов.
Офлайн
https://www.youtube.com/watch?v=37S53yFg9wc
Офлайн
https://docs.python.org/3.6/whatsnew/3.6.html#whatsnew36-compactdict
The order-preserving aspect of this new implementation is considered an implementation detail and should not be relied upon (this may change in the future, but it is desired to have this new dict implementation in the language for a few releases before changing the language spec to mandate order-preserving semantics for all current and future Python implementations; this also helps preserve backwards-compatibility with older versions of the language where random iteration order is still in effect, e.g. Python 3.5).
Отредактировано py.user.next (Ноя. 19, 2018 10:46:53)
Офлайн
Спасибо)
Офлайн