On Friday, 04/19/2002 at 07:20 ZE2, "Markus Fellner" <[EMAIL PROTECTED]>
wrote:
> IDOM is fast! (in my tests about 5-10x faster than DOM)
> ...
> BUT!!
> ...
> There is a problem with memory management. Once allocated memory is not
> deallocated up to the deletion of the overall document.

I believe those two statements are directly related.  IDOM is faster, in
part, because it doesn't waste cycles on maintaining reference counts.


BTW, a point of personal peeve: IDOM _is_ an implementation of the Document
Object Model (DOM) APIs. It might be a good idea to find a better way to
refer to the older DOM implementation, to avoid confusion...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to