Cool! Hashtables make for a fun project, to be sure.
Also worth checking out is uthash[1], which has been around for ever. It's a single header file include, full featured, and pretty bulletproof.
Also worth checking out is uthash[1], which has been around for ever. It's a single header file include, full featured, and pretty bulletproof.
Definitely interested to see how other people handle some of issues with threading, hash-collisions etc., and also how to best build code that'll run out of a single header file.
Thanks.