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