/MemoryOptimization

This repo contains 5 pairs of functions in the format level0 & level0_opt. The level0 is a funtion that's been written without taking into consideration the cache hits & misses. The opt function aims to reduce the cache misses and maximize the hits by reordering arrays, etc.

Primary LanguageC

No issues in this repository yet.