[Python-ideas] Less is more? Smaller code and data to fit more into the CPU cache?

2022-03-22 Thread Jonathan Fine
Hi As you may have seen, AMD has recently announced CPUs that have much larger L3 caches. Does anyone know of any work that's been done to research or make critical Python code and data smaller so that more of it fits in the CPU cache? I'm particularly interested in measured benefits. This search

[Python-ideas] Re: Less is more? Smaller code and data to fit more into the CPU cache?

2022-03-22 Thread Inada Naoki
On Wed, Mar 23, 2022 at 12:59 AM Jonathan Fine wrote: > > Does anyone know of any work that's been done to research or make critical > Python code and data smaller so that more of it fits in the CPU cache? I'm > particularly interested in measured benefits. > I reduced the size of namespace dic