From: Paul Lutus Date: 2006-12-01T09:35:07+09:00 Subject: Re: Library to read/write TAR files Michel Casabianca wrote: > Hello, > > I'm looking for a library to read/write TAR files. I've had a look on > RubyForge and searched for one on Google but found nothing (except an > old library that doesn't seem to be maintained anymore). Does anyone > know such a library? Are you willing to make system calls? I ask because if you do it in pure Ruby, it will not be very fast. Tar does quite a lot of intensive processing, and if you try to integrate the compression schemes it uses, all the more so. -- Paul Lutus http://www.arachnoid.com