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
craigminihan
changed the title
Prevent false sharing in vector<StringPage*>
Prevent false sharing in StringPagesCatalog vector<StringPage*>
Jun 14, 2016
craigminihan
changed the title
Prevent false sharing in StringPagesCatalog vector<StringPage*>
Prevent false sharing in StringPagesCatalog vector<std::atomic<uint>>
Jun 14, 2016
craigminihan
changed the title
Prevent false sharing in StringPagesCatalog vector<std::atomic<uint>>
Prevent false sharing in StringPagesCatalog vector<atomic<uint>>
Jun 14, 2016
The vector<atomic> type is prone to false sharing on high footfall variables like the page offset counters.
The text was updated successfully, but these errors were encountered: