Name: Anonymous 2012-02-12 3:13
I thought C hash tables were supposed to be special data types that made searching for values more efficient...
Looking through the source code for various implementations of hash tables in C it seems looking up a value amounts to going through them one by one until you get the one you need.
Was looking at http://pokristensson.com/strmap.html in particular. Shit sucks
Looking through the source code for various implementations of hash tables in C it seems looking up a value amounts to going through them one by one until you get the one you need.
Was looking at http://pokristensson.com/strmap.html in particular. Shit sucks