Closed jtapolczai closed 8 years ago
Joins should returns conduits of file operations instead of IO [FileOperation] to enable incremental consumption of the results. IO [FileOperation] will complete the entire operation before returning anything, which is vastly inefficient.
IO [FileOperation]
Joins should returns conduits of file operations instead of
IO [FileOperation]
to enable incremental consumption of the results.IO [FileOperation]
will complete the entire operation before returning anything, which is vastly inefficient.