You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ 17 introduced hardware_destructive_interference_size as the minimum offset between two objects to avoid false sharing.
This value should be used in the threadsafe_hash_map class instead of cache_line_size.