@hackage directory-ospath-streaming0.1.0.3
Stream directory entries in constant memory in vanilla IO
Installation
Dependencies (7)
Dependents (2)
@hackage/stan, @hackage/tar
Package Flags
os-string
(on by default)
Depend on os-string package, needed for filepath >= 1.5
Synopsis
Reading of directory contents in constant memory, i.e. in an iterative fashion without storing all directory elements in memory. From another perspective, this reading interface allows stopping at any point without loading every directory element.
Both Windows and Unix systems are supported.