directory-ospath-streaming: Stream directory entries in constant memory in vanilla IO

[ apache, file, library, streaming ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2
Change log Changelog.md
Dependencies atomic-counter, base (>=4.16 && <5), directory (>=1.3.8), filepath (>=1.4.100 && <1.5), unix (>=2.8), Win32 (>=2.13.3) [details]
License Apache-2.0
Copyright (c) Sergey Vinokurov 2023
Author Sergey Vinokurov
Maintainer Sergey Vinokurov <serg.foo@gmail.com>
Revised Revision 1 made by SergeyVinokurov at 2024-02-12T22:41:01Z
Category File, Streaming
Home page https://github.com/sergv/directory-ospath-streaming
Source repo head: git clone https://github.com/sergv/directory-ospath-streaming.git
Uploaded by SergeyVinokurov at 2023-07-08T10:58:06Z
Distributions LTSHaskell:0.1.0.1, Stackage:0.1.0.2
Downloads 166 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-08 [all 1 reports]

Readme for directory-ospath-streaming-0.1.0.1

[back to package description]

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.

Both Windows and Unix systems are supported.