The readme docs say only this about the parallel / goroutine settings for readers and writers:
Read/Write initial functions have a parallel parameters np which is the number of goroutines in reading/writing.
What does this np parameter actually do? How should I adjust it? Should I set it to NumCPU on my system? Does it write multiple output files, or does it just parallelize the process of creating the output files? One or two sentences about what these settings actually do, and how to tune them, would be helpful.
The readme docs say only this about the parallel / goroutine settings for readers and writers:
What does this np parameter actually do? How should I adjust it? Should I set it to NumCPU on my system? Does it write multiple output files, or does it just parallelize the process of creating the output files? One or two sentences about what these settings actually do, and how to tune them, would be helpful.