The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Łukasz Langa
There's going to be internal data structures like dictionaries where if you insert another key that wasn't there before, maybe there's going to be some rehashing that happens, right? So suddenly the simple operation is going to take a little more time than usual. So there's going to be a time, a split second where the internal structure of the dictionary is inconsistent, right?
0
💬
0
Comments
Log in to comment.
There are no comments yet.