Skip to content
Prev 194844 / 398500 Next

read.delim very slow in reading files with lots of columns

Here is how much time it took to read a file with 10 lines and 700,000
columns per line separated with comma:
Read 7000000 items
   user  system elapsed
  15.62    0.22   15.84
56000024 bytes
'scan' should be sufficient and it will not take another 10 minutes in awk.
On Fri, Sep 25, 2009 at 1:17 PM, Charles C. Berry <cberry at tajo.ucsd.edu> wrote: