Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support memory mapped files on Windows #191

Open
nemequ opened this issue Feb 26, 2016 · 0 comments
Open

Support memory mapped files on Windows #191

nemequ opened this issue Feb 26, 2016 · 0 comments

Comments

@nemequ
Copy link
Member

nemequ commented Feb 26, 2016

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.

@nemequ nemequ changed the title Support memory mapped files one Windows Support memory mapped files on Windows Mar 15, 2016
@nemequ nemequ added the windows label Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant