[Python-ideas] Copy-on-write when forking a python process

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Apr 16 01:03:05 CEST 2011


Mike Meyer wrote:
> You're worried about
> the kernel copying a few extra pages of user data when you're dealing
> with a dictionary that's gigabytes in size.

It's more than a few pages. If the entries are smaller than
a page, then looking at every entry will touch just about
every page.

-- 
Greg




More information about the Python-ideas mailing list