ae v0.0.3000

James Lu jamtlu at gmail.com
Mon May 10 17:24:10 UTC 2021


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?


More information about the Digitalmars-d-announce mailing list