Hacker News new | ask | show | jobs
by di456 1212 days ago
I learned something new, thanks for sharing!

What format works well for hardware caching?

1 comments

yw :-)

As small as you can tolerate tbh. The game is played by keeping data as small as possible and ensuring that related data has good locality in memory.

The gap between how fast your CPU works and how fast data can be retrieved from RAM is enormous.