Reading (big) ascii files

Note also that if you have a CSV file (comma-separated values ā€” one value per line is a special case of this), then the CSV.jl package can work in a streaming fashion that only reads a portion of the data at a time. (Use limit=N to tell it to read N lines at a time.) See also this discussion.