28 Jan
2005
28 Jan
'05
5:26 a.m.
I've comitted the O(1) append fix. Turns out I'd just implemented appendChild() using lastChild(), so it was only lastChild() that I really needed to modify.
Loading does go noticably faster, though it feels like there are still (likely non-Repr-related) bottlenecks we can also address.
[ I must say it's rather nice to finally be able to make changes to the structure of what used to be SPRepr without requiring half the tree to be rebuilt. ]
Please test, as I have tested but I've not been so good at finding broken things lately.
-mental