We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On windows we don't have access to mmap, we have to use a windows specific API.
http://msdn.microsoft.com/en-us/library/aa366556%28VS.85%29.aspx
For now, i ifdef calls to mmap out on windows, and added an exception if someone tries this path.
The text was updated successfully, but these errors were encountered:
here is an example that is its more complex than we need, but I think includes the mechanics we are interested in:
http://stackoverflow.com/questions/1880714/createfilemapping-mapviewoffile-how-to-avoid-holding-up-the-system-memory
Sorry, something went wrong.
resovled in #63
No branches or pull requests
On windows we don't have access to mmap, we have to use a windows specific API.
http://msdn.microsoft.com/en-us/library/aa366556%28VS.85%29.aspx
For now, i ifdef calls to mmap out on windows, and added an exception if someone tries this path.
The text was updated successfully, but these errors were encountered: