Найти - Пользователи
Полная версия: Реализация dict в 3.7
Начало » Python для экспертов » Реализация dict в 3.7
1
jon34
Добрый день. Подскажите, знает ли кто нибудь как в python 3.7 устроены словари? Может быть есть ссылка на доклад где об этом рассказывается?
Мне очень интересно за счет чего удалось добиться сохранения порядка элементов.
Rodegast
https://www.youtube.com/watch?v=37S53yFg9wc
py.user.next
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).
jon34
Спасибо)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB