Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 1996 01:35:44 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, toor@dyson.iquest.net
Cc:        hackers@FreeBSD.ORG, julian@ref.tfs.com, rashid@rk.ios.com
Subject:   Re: pwd_mkdb - really slow :(
Message-ID:  <199603041435.BAA17035@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
I wrote:
>	$ expr 386 \* 1024 \* 2 \* 100 \( 4623837 + 5087316 \)
>	8 # % efficiency

This should be

	$ expr 386 \* 1024 \* 2 \* 100 / \( 4623837 + 5087316 \) \* 2
	16 # % efficiency

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603041435.BAA17035>