4K Aliasing
How do you improve the performance of the software you write? Consolidating data into contiguous regions of address space is a generally useful approach because most programs are bottlenecked on memory access.
from Pocket https://richardstartin.github.io/posts/4k-aliasing
via IFTTT