On Friday, 20 April 2012 at 03:42:01 UTC, Andrei Alexandrescu
wrote:
On 4/19/12 3:05 PM, H. S. Teoh wrote:
This is interesting. We use C++ at Facebook all over the place,
and gainfully. If we were to use C, we'd have major
difficulties with e.g. containers. The thought of using a
hashtable in C... ouch.
Andrei
I did use a C hashtable (the kazlib) implementation in an
embedded product, once.
I think in some blog I always forget (one interested in D), the
author compares many implementations of hashtable in C and C++,
and provides his own.