Accueil > Term: False sharing
False sharing
A condition that occurs in cache when two unrelated data accessed independently by two threads reside in the same block. This block can end up 'ping-ponging' between caches for no valid reason. recognising such a case and rearranging the data structure to eliminate the false sharing greatly increases cache performance. See also cache, cache locality.
- Partie du discours : noun
- Secteur d’activité/Domaine : Informatique
- Catégorie : Stations de travail
- Company: Sun
0
Créateur
- Harry8L
- 100% positive feedback
(London, United Kingdom)