Update concurrent_table to use macro-based prefetching

This commit is contained in:
Christian Mazakas
2023-05-26 21:06:01 -07:00
parent 7874625c08
commit 950e640fcf

View File

@ -949,7 +949,7 @@ private:
auto mask=pg->match(hash);
if(mask){
auto p=this->arrays.elements+pos*N;
this->prefetch_elements(p);
BOOST_UNORDERED_PREFETCH_ELEMENTS(p);
auto lck=access(access_mode,pos);
do{
auto n=unchecked_countr_zero(mask);