AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Data Locality Is a Big Help in a Data Oriented Design
Every Go routine stack and the stack frame in that particular case for any Go routine is going to be on its own unique cache line. So an example of that would be if you had a single backing array holding all of your counters. And so right. Data locality, when we're talking about not just reading, but writing can also add a huge help in terms of being sympathetic with the way the caching system works.