Re: Interesting Side-Effects Problem & Solution

Subject: Re: Interesting Side-Effects Problem & Solution
From: Chris Maden <crism@xxxxxxxxxxx>
Date: Tue, 15 Dec 1998 11:14:00 -0500 (EST)
[Avi Kivity]
> The question is, how much heavier?
> 
> Say that a document contains N nodes, P <page>s, and R locations
> where <page> references are required.

My implementation only refers to P at R, so I think the weight is PR.
In total, the number of node references would be N+PR; each node is
processed once, and in addition, the pages are processed for each
reference.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread