Skip to content
Prev 20011 / 63424 Next

compress defaults for save() and save.image()

Prof Brian Ripley wrote:
I'm in favor of such a change.  I almost always explicitly set `compress = 
TRUE'.  When I don't use it, it's because I want to be able to load large 
objects quickly and I've noticed that loading uncompressed workspaces can be 
quite a bit faster.  Usually though, the savings in disk space is worth the 
small penalty in loading time.
I rarely use `save.image()' except to occasionally dump data during a long run 
for crash recovery purposes.  I don't think changing the defaults would make a 
difference to me.
I was not even aware of this!
I don't think I've ever used this feature.

-roger