1. read carefully and optimize genfromtxt https://numpy.org/doc/stable/user/basics.io.genfromtxt.html 2. read how to read ascii files in parallel from the disk using Pool https://waterprogramming.wordpress.com/2015/08/26/basic-parallelization-in-python/