[Issue 23512] New: Change Posix dirEntries implementation to use 'ftw' (or 'nftw')

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 26 12:52:33 UTC 2022


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

          Issue ID: 23512
           Summary: Change Posix dirEntries implementation to use 'ftw'
                    (or 'nftw')
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: acehreli at yahoo.com

We've discovered that 'ftw' can be much faster than the existing implementation
of dirEntries.

Here are some experiments:

  https://forum.dlang.org/post/tkjqgf$2v24$1@digitalmars.com

--


More information about the Digitalmars-d-bugs mailing list