Solve Ubuntu 20.04 suspend freezes by increasing your swap size
Computer Science learning blog
Solve Ubuntu 20.04 suspend freezes by increasing your swap size
Review of Computer Systems: A Programmer’s Perspective book. This book introduces fundamental concepts of computer architecture geared towards becoming a better programmer.
Hints to solve Natas (OTW) challenges without giving away the solutions.
Evaluating the performance of Carmack’s fast inverse square root against a regular 1/sqrt(x) calculation and the rsqrt instruction on a modern processor.
Evaluating the effect of the data set size and the access pattern on the read bandwidth with the memory mountain.