I was going through Scott Meyer's podcast on CPU CACHES AND WHY YOU CARE It seems this will make code run faster, is there any open source where such coding is done for reference.
Or anybody has example of design of data structures/algorithms based on CPU caches aware
| |||||||||||||||||
feedback
|
closed as not a real question by Nicol Bolas, Paul R, Pascal Cuoq, Matthieu M., Anteru Oct 31 '11 at 9:08
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Sure, the entire Linux kernel is implemented to be cache-aware. For more details there is highly recommended paper What Every Programmer Should Know About Memory. | |||
|
feedback
|
|
Linear algebra is sensitive to cache problems. The BLAS subroutines allow one to abstract away from these concerns | |||
|
feedback
|