How Python dictionaries work
How Python dictionaries work
tenthousandmeters.com
Python behind the scenes #10: how Python dictionaries work
Nice article reviewing hash tables and how python dictionaries are implemented with them.
How Python dictionaries work
Python behind the scenes #10: how Python dictionaries work
Nice article reviewing hash tables and how python dictionaries are implemented with them.
Good refresher on the topic and ineteresting gory details of CPython impl.
On another note, is Jython still a thing?
Pretty sure Jython is, though not a Python 3 version. My exposure is as the scripting language, behind Java as the primary language, for Ghidra. And I hate it and installed Eclipse rather than deal with J/Python's shit.
No. (Source: I had to try to keep its zombie corpse shuffling along at my last job.)
Oh, I see. It kind of makes sense. Who'd need Jython when GraalVM's out there nowadays!? Well, unless it's a legacy app 😬