I want to split a file into multiple pieces and give one piece to one thread. I figured memfiles should be the best option, but I'm struggling as to how I should use them to divide my file into multiple slices.
The file itself contains in each line a single datum. Does anyone have any hints on how to solve this problem? ff
