You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been working on the FPC memory manager for some time and noticed that MEM_64K_PAGES speeds it up by 300 ms per GB touched (Windows 10 x64). Have you tried that? (Wonder why they don’t transparently enable it for all VirtualAllocs that qualify.)
I’ve been working on the FPC memory manager for some time and noticed that
MEM_64K_PAGESspeeds it up by 300 ms per GB touched (Windows 10 x64). Have you tried that? (Wonder why they don’t transparently enable it for allVirtualAllocs that qualify.)