9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] some light reading
@ 2004-08-18 19:46 andrey mirtchovski
  2004-08-18 23:44 ` Tim Newsham
  0 siblings, 1 reply; 8+ messages in thread
From: andrey mirtchovski @ 2004-08-18 19:46 UTC (permalink / raw)
  To: 9fans

"Developing Simple and Efficient Package System using Union Mounts":

		http://www.osnews.com/story.php?news_id=8069

check the comments too -- seems like 2000 binds would be 'very inefficient'...

i just had to check for myself:

	plan9% ramfs
	plan9% cd /tmp
	plan9% time ls
	0.00u 0.00s 0.00r 	 ls
	plan9% cp /bin/bind bind.tmp
	plan9% cat > bind.rc
	#!/bin/rc

	for (i in `{seq 1 2000}) bind.tmp -a /usr/andrey/tmp .
	plan9% chmod 775 bind.rc
	plan9% time bind.rc
	0.27u 1.58s 2.52r 	 bind.rc
	plan9% time ls > /dev/null
	13.17u 0.40s 15.25r 	 ls
	plan9% ls | wc -l
	  46002
	plan9% ls /usr/andrey/tmp | wc -l
	     23
	plan9% echo '46000/23' | hoc
	2000
	plan9%

andrey



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-08-19 22:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-18 19:46 [9fans] some light reading andrey mirtchovski
2004-08-18 23:44 ` Tim Newsham
2004-08-18 23:52   ` boyd, rounin
2004-08-19  0:00   ` andrey mirtchovski
2004-08-19  6:24     ` Boris Maryshev
2004-08-19 18:39       ` Roman Shaposhnick
2004-08-19 22:37         ` Charles Forsyth
2004-08-19 22:38           ` boyd, rounin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).