@hackage dirstream1.1.0
Easily stream directory contents in constant memory
Categories
License
BSD-3-Clause
Maintainer
GenuineGabriella@gmail.com
Links
Versions
Installation
Dependencies (8)
- Win32 >=2.2.0.1 && <2.4
- base >=4.9 && <5
- directory <1.4
- pipes >=4.0 && <4.4
- pipes-safe >=2.0.0 && <2.4
- system-fileio >=0.2.1 && <0.4 Show all…
Dependents (7)
@hackage/hspec-dirstream, @hackage/ats-format, @hackage/stack-network, @hackage/acme-everything, @hackage/dir-traverse, @hackage/argon, Show all…
Use this library to read large directories as streams:
Use
ListTto assemble recursive directory traversals while still streamingUse
pipesto read out the stream of resultsTraversals only open directory streams lazily in response to demand
Avoid directories with insufficient permissions
This library works on both Unix and Windows.