All of lore.kernel.org
 help / color / mirror / Atom feed
* algorithm that change a data structure without inflicting expensive cache misses
@ 2017-10-29  3:24 Yubin Ruan
  2017-10-29 19:14 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Yubin Ruan @ 2017-10-29  3:24 UTC (permalink / raw)
  To: perfbook

Hi,

This question is raised Quick Quiz 9.23 and I think it is impossible because
any changes on a data structure will inevitably inflict cache miss (on other
CPUs). The only way we can help is to make the reader *ignore* the cache miss,
or do the invalidation proactively.

I cannot think of any existing algorithm. Can anyone provide any references
(if that really exist)?

Thanks,
Yubin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-29 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29  3:24 algorithm that change a data structure without inflicting expensive cache misses Yubin Ruan
2017-10-29 19:14 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.