On Sun, 21 Jun 2020 11:07:05 +0200 Antoine Pitrou <[email protected]> wrote: > > There's no such thing as "the cache". There are usually several levels > of cache. L1 cache is closest to the CPU [...]
... Note by "closest to the CPU" I really mean "closest to the CPU core's execution units". Those caches are on-chip, otherwise communication would be much too slow. Regards Antoine. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/HVBIA3C62HAKTU2QFJEMNVNDEJLHFCQP/ Code of Conduct: http://python.org/psf/codeofconduct/
