Hacker News new | ask | show | jobs
by op00to 1068 days ago
I don’t develop on a machine where this matters, even at scale. Who cares about a 47MB difference on machines with a few gigs of ram?
2 comments

for scale you usally want things to be efficient. and caring about caching effects is not seldomly the lowest hanging fruit.
I used to try to make tools fit in cache, esp L1, because they'd load and run a lot faster. Lightening fast!

Try that to see if it still works on the newer machines.