[Python-ideas] Thread-safe generators

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Apr 17 18:41:57 EDT 2017


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




More information about the Python-ideas mailing list