@hackage / directory-ospath-streaming

Stream directory entries in constant memory in vanilla IO

Latest0.3

About

Metadata

  • Last updated , by SergeyVinokurov
  • License Apache-2.0
  • Categories Streaming
  • Maintained by: Sergey Vinokurov <serg.foo@gmail.com>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    os-string (on by default)

    Depend on os-string package, needed for filepath >= 1.5

Readme

build

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.

Also defines general-purpose recursive directory traversals.

Both Windows and Unix systems are supported.