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
Currently we just disable memory mapped files on Windows. With larger files this can be a bit hard on RAM (and likely a bit slower since I/O can't be done in parallel with processing). Windows has an API for memory mapped files; we should use it.
The text was updated successfully, but these errors were encountered:
Currently we just disable memory mapped files on Windows. With larger files this can be a bit hard on RAM (and likely a bit slower since I/O can't be done in parallel with processing). Windows has an API for memory mapped files; we should use it.
The text was updated successfully, but these errors were encountered: