Skip to content

Commit

Permalink
Added README for optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbex committed Jan 14, 2015
1 parent 741f2e1 commit a2160f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Optimization/README.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit a2160f4

Please sign in to comment.