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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.2
Change log Changelog.md
Dependencies atomic-counter, base (>=4.16 && <5), directory (>=1.3.8), filepath (>=1.4.100), os-string (>=2.0), 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>
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 2024-02-12T23:09:25Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
os-string

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

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for directory-ospath-streaming-0.1.0.2

[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.