this post was submitted on 26 Aug 2024
1200 points (99.1% liked)

Programmer Humor

19182 readers
1061 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 3 weeks ago (1 children)

Did you know that in the first version of php, each function name would be hashed to lookup the code to run it? And the hashing algorithm was: the first letter. So all the functions started with a different letter.

[–] [email protected] 9 points 3 weeks ago (2 children)
[–] [email protected] 19 points 3 weeks ago (1 children)

It's not. PHP used to use the function length as hash buckets, so by having evenly distributed lengths the execution time was faster. No idea where GP came up with that.

[–] [email protected] 1 points 3 weeks ago

GP specifically talked about the first version of PHP, sounds like it was just a dummy implementation as they were working on PHP, that then later got replaced with a proper implementation :)

[–] [email protected] 1 points 3 weeks ago

No it is, only 26 functions in total.

The Chinese had it way easier.