From a2160f4e1882918326b420650168ea9e2154710e Mon Sep 17 00:00:00 2001 From: gjbex Date: Wed, 14 Jan 2015 09:55:26 +0100 Subject: [PATCH] Added README for optimization --- Optimization/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Optimization/README.md diff --git a/Optimization/README.md b/Optimization/README.md new file mode 100644 index 00000000..99f665d2 --- /dev/null +++ b/Optimization/README.md @@ -0,0 +1,16 @@ +Optimization +============ + +Needless to say that optimization is a rather important topic in HPC. + +A collection of code samples that illustrate opportunities for code +optimization, or highlight potential performance bottlenecks. + +What is it? +----------- +`GalleryProcessorCacheEffects`: C implementations of the code examples +given in Igor Ostrovsky's interesting blog post on effects the various +caching mechanisms in a modern CPU can have on performance. See the +following URL for his original post: +http://igoro.com/archive/gallery-of-processor-cache-effects/ +