datatrove icon indicating copy to clipboard operation
datatrove copied to clipboard

In-file parallelism

Open jordane95 opened this issue 1 year ago • 1 comments

Current parallel strategy assign different files in a directory to different workers.

There are many situations where this may incur load unbalancing, for example, when the input files are irregular in size or the input is one single giant file.

Is it possible to implement the functionality of in-file parallelism? For each file, assign different lines to different workers

jordane95 avatar Jan 31 '24 13:01 jordane95