[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] who is the fastest bash scripter?
- Subject: [ale] who is the fastest bash scripter?
- From: jasonday at worldnet.att.net (Jason Day)
- Date: Wed, 26 Feb 2003 13:00:51 -0500
On Wed, Feb 26, 2003 at 12:11:10PM -0500, Michael D. Hirsch wrote:
> That's the exact solution several people came up with. It was pointed out
> that jar is very slow and it is faster to use tar.
No, unzip. Jar files use the PKZip file format.
The jar tool is actually written in java. The jar executable is just a
wrapper executable that launches a JVM and runs whatever class does the
jar stuff. Starting a JVM is extremely expensive, so using unzip
instead of jar is much faster, especially if it's done within a loop.
Jason
--
Jason Day jasonday at
http://jasonday.home.att.net worldnet dot att dot net
"Of course I'm paranoid, everyone is trying to kill me."
-- Weyoun-6, Star Trek: Deep Space 9
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale