I have a file> 100 MB in size that needs to be read with numpy.loadtxt()
The reading part is the main bottleneck in my code. A file with 72 MB requires 17.3s
Is it possible to somehow read a file in parallel using loadtxt()
If possible, without breaking the file.
python numpy parallel-processing
Tengis
source share