
28 Jan
2005
28 Jan
'05
3:39 a.m.
On Thu, 2005-01-27 at 18:54, bulia byak wrote:
So, most time seems to be spent in sp_object_attach_reref, SimpleNode::next(), SimpleNode::lastChild().
Makes sense. The change I have in mind to speed up SimpleNode::appendChild() should also make SimpleNode::lastChild() faster, slashing the number of calls to SimpleNode::next().
-mental