./sysutils/hs-directory-ospath-streaming, Stream directory entries in constant memory in vanilla IO

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.1, Package name: hs-directory-ospath-streaming-0.2.1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 12.998 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-29 17:28:06 by Masatake Daimon | Files touched by this commit (5)
Log message:
sysutils/hs-directory-ospath-streaming: import hs-directory-ospath-streaming-0.2.1

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.