[Issue 24494] New: std.mmfile should take into account 256kb mapping in Windows kernel

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 9 18:48:15 UTC 2024


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

          Issue ID: 24494
           Summary: std.mmfile should take into account 256kb mapping in
                    Windows kernel
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: alphaglosined at gmail.com

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.

--


More information about the Digitalmars-d-bugs mailing list