Comments on: Turkey Dinners and Cache Conscious Programming https://austingwalters.com/cache-optimizing/ Join me in living, learning and optimizing life! Thu, 19 Mar 2015 00:55:59 +0000 hourly 1 https://wordpress.org/?v=6.3.8 By: Andrey https://austingwalters.com/cache-optimizing/#comment-164 Mon, 12 May 2014 06:47:53 +0000 http://108.61.119.12/?p=456#comment-164 For the “Supposed” Proper Implementation what block size did you use? I would suggest varying blocksizes and just see what happens. The block size actually makes a big difference and it depends on the block size of your L1 cache.
Also your array is not 32KB. Your array is actually 32 KB * 4 = 128 KB because integers are 4 bytes wide.

]]>