<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/1754" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-05-21T09:28:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/1754</id>

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-05-21T09:28:00-04:00</updated>

		<published>2002-05-21T09:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7123#p7123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7123#p7123"/>
		<title type="html"><![CDATA[speed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7123#p7123"><![CDATA[
thx guys <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue May 21, 2002 9:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-20T14:46:00-04:00</updated>

		<published>2002-05-20T14:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7107#p7107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7107#p7107"/>
		<title type="html"><![CDATA[speed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7107#p7107"><![CDATA[
but it really depends a lot on the application you're using it for. don't forget that everytime you call a proc, the call itself (and the subsequent return) use some cpu time (approximatly the same amount of time a 'set' statement takes). What this boils down to is that sometimes its more efficient to repeat huge segments of code within procs, instead of making a subproc to call from it. However, such code does not make it easy to maintain, so unless you have a real reason for saving the few microseconds it takes to call a proc, you're better off using as many as needed (just to put things in perspective, my old 233mhz box can do between 10000 and 15000 proc call/returns per second)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Mon May 20, 2002 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-05-20T10:20:00-04:00</updated>

		<published>2002-05-20T10:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7085#p7085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7085#p7085"/>
		<title type="html"><![CDATA[speed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7085#p7085"><![CDATA[
In terms of a Tcl proc statment.<br><br>Many smaller, reusable proc's are much faster, and can save code, and readability in the long run.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon May 20, 2002 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-19T18:58:00-04:00</updated>

		<published>2002-05-19T18:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7072#p7072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7072#p7072"/>
		<title type="html"><![CDATA[speed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7072#p7072"><![CDATA[
If u have more than 1 bot, then getting each one to have 1 little script is faster.  Also smaller scripts are easier to modify!<p>Statistics: Posted by Guest — Sun May 19, 2002 6:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-05-19T17:00:00-04:00</updated>

		<published>2002-05-19T17:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7070#p7070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7070#p7070"/>
		<title type="html"><![CDATA[speed?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7070#p7070"><![CDATA[
whats the fastest? one large proc or several small ones?<br><br>_________________<br>Elen sila lúmenn' omentielvo<br><br>&lt;font size=-1&gt;[ This Message was edited by: Papillon on 2002-05-19 15:00 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun May 19, 2002 5:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
