Skip to content
Prev 264167 / 398502 Next

Executing a script "hand-made" and time

What type of computer do you have now: operating system, memory.

Here is how long it took for me to read in a file with 4M lines and 13
columns of numerics on each line:
Read 52614432 items
   user  system elapsed
  23.67    0.67   24.39
num [1:52614432] 1 1 1 1 1 1 1 1 1 1 ...
420915496 bytes

So how are you reading it in?  Is your system paging?  It should not
take 2 hours.

On Wed, Jun 29, 2011 at 4:43 PM, Trying To learn again
<tryingtolearnagain at gmail.com> wrote: