Re: AVL and hash in memory management

Brandon S. Allbery KF8NH (allbery@kf8nh.apk.net)
Sun, 20 Sep 1998 08:44:17 -0300


In message <Pine.LNX.3.96.980919234353.15034G-100000@ns.snowman.net>,
sfrost@ns
.snowman.net writes:
+-----
| On Sun, 20 Sep 1998, Chris Wedgwood wrote:
| > Starting bash under SunOS 4.1.3 vs Linux on the same box (hypersparc
| > 90, UP) - linux is much faster. I've not looked at why.
|
| Hmm, that's cool, I'll have to actually check that out, any
| idea about vs. Solaris?
+--->8

I haven't timed it, but I find it a little slower on a P-II 300 running
Linux than on an Ultra-1 167 running Solaris 2.5.1. It's kind of hard to be
certain, though:

2@rushlight:1004 B$ ls -l .bashrc; wc -l .bashrc
-rw-r--r-- 1 allbery users 17361 Sep 19 22:01 .bashrc
726 .bashrc

(Subtract about 100 lines of comments. And that ignores the Perl script
that gets run as part of it. And no, you probably don't want to know what
it's doing; suffice it to say that it's not just defining functions and/or
aliases. :-)

| > `ash' is available is much faster in many cases.
|
| Is that a 'sh' clone or something completely different? Actually
+--->8

ash is xBSD's Bourne shell clone. It's specifically written to be small and
fast.

-- 
brandon s. allbery	[os/2][linux][solaris][japh]	 allbery@kf8nh.apk.net
system administrator	     [WAY too many hats]	   allbery@ece.cmu.edu
electrical and computer engineering					 KF8NH
carnegie mellon university

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/