Friday, August 28, 2015

What every programmer should know about memory

I found a pretty good document written by Ulrich Drepper about CPUs, caches and memory. The document can found here. Understanding the CPU and memory architecture of a modern computer is essential to writing fast code.

Friday, July 3, 2015

Updates license terms

I updated the license for code examples given on this page. They are now released under the MIT license, which grants everyone to use all examples free of charge in any non-commercial or commercial project. More details can be found on the Terms of Usage page.