A generic hash table
A generic hash table
Posted Aug 13, 2012 23:55 UTC (Mon) by liljencrantz (guest, #28458)In reply to: A generic hash table by HelloWorld
Parent article: A generic hash table
The part where you say that it is impossible to write type-safe, generic and fast containers in C is demonstratably false. All of the above can be had with macros. I look forward to you arguing that such implementations aren't good while ignoring that most of the problems with macros also exist with templates.
Whenever the many deficiencies of STL is pointed out, you defensively say that "they fixed that in boost::XXX", but ignore that any missing containers, string types and other omissions from the standard C library can be easily rectified through the use of a small set of additional libraries.
