Requirements of TR1 associative containers120 (10/8/2006 3:01:58 PM) comp.lang.c++ I hope this is the correct group for this... I'm currently implementing the TR1 associative containers according to specification found in http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf. No... yonil
performance of freestore management325 (10/6/2006 10:45:35 AM) comp.lang.c++ Over the years of using C++ I've begun noticing that freestore management functions (malloc/free) become performance bottlenecks in complex object-oriented libraries. This is usually because these functions acq... yonil
silvatar_flood's replies:
Items(1) /1
performance of freestore management325 (10/6/2006 10:45:35 AM) comp.lang.c++ Over the years of using C++ I've begun noticing that freestore management functions (malloc/free) become performance bottlenecks in complex object-oriented libraries. This is usually because these functions acq... silvatar_flood(4)