Nick Coghlan wrote:
but at the cost of
changing the nature of the workload in a given thread, and hence
messing with the working set of objects it has active.

Does the working set of an individual thread matter to anything?
Or even an individual process? As far as the virtual memory
system is concerned, what matters is the working set of all
active code sharing the RAM.

--
Greg


_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to