Live data from Hacker News

Diving into the world of hash tables

zeroequalsfalse.press

1–10 of 107 posts

Re: Diving into the world of hash tables

#5
I think when the author says "underrated", what they mean is "I didn't realize how important this is". Hash tables are used everywhere, by everyone, for a lot of things.

Maybe they don't give it enough time in school for people to realize it is the king of practical software development.

Re: Diving into the world of hash tables

#7
post #5

I think when the author says "underrated", what they mean is "I didn't realize how important this is". Hash tables are used everywhere, by everyone, for a lot of things. Maybe they don't give it enough time in school for people to realize it is the king of practical software development.

The author of the article does not say underrated at all from what I can see; just something the OP included in his title. Your point still stands, though.

Re: Diving into the world of hash tables

#8
It is really a basic data structure in most modern languages. Either built on or part of the standard library.

I can see if this was published in late 90's but today, I don't know.

And just use the built-in ones don't invent your own unless there is a very good reason for it.

Post reply on HN