|
|
|
|
|
by gwking
61 days ago
|
|
I’ve casually experimented with this in python a number of times for various hot loops, including those where I’m passing the chunk between c routines. On Apple M1 I’ve never seen a case where chunks larger than 16k mattered. That’s the page size, so totally unsurprising. Nevertheless it’s been a helpful rule of thumb to not overthink optimizations. |
|