this post was submitted on 16 Sep 2024
449 points (97.7% liked)
Programmer Humor
19501 readers
1055 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Python is just a pile of dicts/hashtables under the hood. Even the basic
int
type is actually a dict of method names:PS: I will never get away from the fact that user-space memory addresses are also basically keys into the page table, so it is hashtables all the way down - you cannot escape them.
js is similar, though it does not include python's precalculated numbers
calculates integers from -5 to 256, see:
audible C++ programmer disgust