in reply to RFC: Archive::Tar::Streamed
Nice tricks. :-) It's not truly streaming in that it still keeps each archive member file in memory though. Nevertheless, in the common case that's going to be much better than keeping the entire archive in memory.
It might be more efficient to keep the same Archive::Tar object around, calling clear() on it when you're done with a stream chunk, instead of instantiating a new one at every step.
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC: Archive::Tar::Streamed
by rinceWind (Monsignor) on Jan 03, 2005 at 07:07 UTC | |
by demerphq (Chancellor) on Jan 03, 2005 at 10:16 UTC |