for example, why is it that in internal_find() we have this:// If bucket is empty, initialize it first if (!is_initialized(bucket)) init_bucket(bucket);also, if the bucket is empty, and we are going to initalize it, the key is clearly not in the list. yet the init_bucket() ...
Here is a VTune-Friendly example of the problem. I compile this with: g++ -g -O3 -DTBB_USE_THREADING_TOOLS=1 -I /opt/intel/vtune_amplifier_xe_2013/include/ --std=c++0x play.cpp -ltbb -L /opt/intel/vtune_amplifier_xe_2013/lib64/ -littnotify [cpp] #include...
for example, why is it that in internal_find() we have this:// If bucket is empty, initialize it first if (!is_initialized(bucket)) init_bucket(bucket);also, if the bucket is empty, and we are going to initalize it, the key is clearly not in the list. yet the init_bucket() ...
for example, why is it that in internal_find() we have this:// If bucket is empty, initialize it first if (!is_initialized(bucket)) init_bucket(bucket);also, if the bucket is empty, and we are going to initalize it, the key is clearly not in the list. yet the init_bucket() ...
for example, why is it that in internal_find() we have this:// If bucket is empty, initialize it first if (!is_initialized(bucket)) init_bucket(bucket);also, if the bucket is empty, and we are going to initalize it, the key is clearly not in the list. yet the init_...