@hackage / dirstream

Easily stream directory contents in constant memory

Latest1.1.0

About

Metadata

  • Last updated , by GabrielGonzalez
  • License BSD-3-Clause
  • Categories Streaming, Systems Programming
  • Maintained by: GenuineGabriella@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Use this library to read large directories as streams:

  • Use ListT to assemble recursive directory traversals while still streaming

  • Use pipes to read out the stream of results

  • Traversals only open directory streams lazily in response to demand

  • Avoid directories with insufficient permissions

This library works on both Unix and Windows.