Nice article reviewing hash tables and how python dictionaries are implemented with them.

  • grue@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    Trust me, you don’t want to be trying to maintain legacy Jython code at this point, let alone use it for anything new. All the “normal” Python infrastructure like Pip etc. has moved on and broken compatibility, so you’d have to find and maintain locally the last working compatible version of every single package you use. I suppose you could use Java libraries, but the impedance mismatch trying to use LBYL explicitly typed stuff in EAFP python is terrible. It’s just a horrible mess.