[jQuery] Re: Mopr optimization questions

2007-06-15 Thread Andy Matthews
bject: [jQuery] Re: Mopr optimization questions Another thing I noticed while profiling my code is that the jQuery method filter() gets called a lot, over 5000 times in a relitively short space of time when only performing a small number of operations. It also stood out because its worst-case run tim

[jQuery] Re: Mopr optimization questions

2007-06-15 Thread Gordon
Another thing I noticed while profiling my code is that the jQuery method filter() gets called a lot, over 5000 times in a relitively short space of time when only performing a small number of operations. It also stood out because its worst-case run time was 250ms. Maybe I can get a speedup if I