Hacker News new | ask | show | jobs
by throwaway2037 375 days ago

    > That is not the case in C though, as it is much easier to use arrays and nested loops instead of hash maps.
I am confused. There are plenty of open source, fast hash map impls in C.
1 comments

Yes, the problem is getting them into your project.
That's only a problem if you have never done any C development.