Conduit to yield first lines from file without leaking space or file handles?
Haskell Community [Unofficial]
May 2, 2026
jet-stream wouldn’t work well with thousands of files because IIRC the way I implemented it concatenation of large numbers of streams will cause a quadratic slowdown. It seems that concatMap from streamly doesn’t have this problem, judging from the note here.
Discussion in the ATmosphere