Python Dictionary Internals and Collision Handling

I recently got some time to dive deep into Python dictionary internals as part of my preparation for the Python Deep Dive series conducted by the Trivandrum Python Community. This was a great learning experience for me, as I got to understand the various design decisions behind the implementation of Python dictionaries. One particular thing that fascinated me was how collisions are handled in Python and the probing mechanism that is used. So, I wrote a blog post about the maths behind the probing equation. Feel free to check it out here: https://lnkd.in/gQ7_N6vv

To view or add a comment, sign in

Explore content categories