Displaying 2 results from an estimated 2 matches for "swmorris".
2015 Jan 15
4
Request to speed up save()
...tput of this version is fully compatible with bzip2
v1.0.2 or newer"
I tested this as follows with one of my smaller datasets, having only
read in the raw data:
============
# Dumped an ascii image
save.image(file='test', ascii=TRUE)
# At the shell prompt:
ls -l test
-rw-rw-r--. 1 swmorris swmorris 1794473126 Jan 14 17:33 test
time bzip2 -9 test
364.702u 3.148s 6:14.01 98.3% 0+0k 48+1273976io 1pf+0w
time pbzip2 -9 test
422.080u 18.708s 0:11.49 3836.2% 0+0k 0+1274176io 0pf+0w
============
As you can see, bzip2 on its own took over 6 minutes whereas pbzip2 took
11 seconds, admitted...
2015 Jan 15
0
Request to speed up save()
...ip2 v1.0.2 or newer"
>
> I tested this as follows with one of my smaller datasets, having only read in the raw data:
>
> ============
> # Dumped an ascii image
> save.image(file='test', ascii=TRUE)
>
> # At the shell prompt:
> ls -l test
> -rw-rw-r--. 1 swmorris swmorris 1794473126 Jan 14 17:33 test
>
> time bzip2 -9 test
> 364.702u 3.148s 6:14.01 98.3% 0+0k 48+1273976io 1pf+0w
>
> time pbzip2 -9 test
> 422.080u 18.708s 0:11.49 3836.2% 0+0k 0+1274176io 0pf+0w
> ============
>
> As you can see, bzip2 on its own took over 6 minu...