I have a >100MB file that needs to be read with numpy.loadtxt()
The reading part is the main bottleneck in my code. For a 72MB file it takes 17.3s
Is is somehow possible to read in a parallel way a file using loadtxt()
If possible without splitting the file.