On Saturday, 10 April 2021 at 20:46:39 UTC, Vladimir Panteleev wrote:
[`ae.sys.file.listDir`](https://ae.dpldocs.info/~next/ae.sys.file.listDir.html) 
is a fast and flexible directory iterator. It sacrifices providing results as a 
range to instead gain allowing to decide on-the-spot when to recurse. The speed 
gains come from avoiding `stat` calls by taking advantage of the 
`dirent.d_type` field, and allowing applications to avoid GC allocations when 
querying directory entry names.

Cool! Are there any other D libraries (other than Phobos) with support for recursive directory listing?
  • ae v0.0.3000 Vladimir Panteleev via Digitalmars-d-announce
    • Re: ae v0.0.3000 Dennis via Digitalmars-d-announce
    • Re: ae v0.0.3000 James Lu via Digitalmars-d-announce

Reply via email to