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

std.mmfile should take into account 256kb mapping in Windows kernel #10547

Open
dlangBugzillaToGithub opened this issue Apr 9, 2024 · 0 comments
Labels
OS:Windows Issues Specific to Windows Severity:Enhancement

Comments

@dlangBugzillaToGithub
Copy link

alphaglosined reported this on 2024-04-09T18:48:15Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=24494

Description

As of Windows Internals 5, the cache manager will memory map on first read in 256kb chunks from a file into itself.

std.mmfile does not mention this, nor takes advantage of this information. Instead preferring smaller amounts.
@LightBender LightBender removed the P1 label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS:Windows Issues Specific to Windows Severity:Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants