[jQuery] jQuery slowdowns on consecutive calls

[jQuery] jQuery slowdowns on consecutive calls


http://brennan.offwhite.net/fasterjquery/
I put together a test to see how well jQuery would perform if I
carefully chained multiple functions together or use the "each"
function or completely break them up into separate calls. I was able
to show the chaining is the fastest while the each function still
performed alright.
What I discovered was that when the functions are run again they take
longer. And it adds up each time. I would like to know if there is
something I should do or if there is something in jQuery that is
causing this behavior.
You can see the sample here...
http://brennan.offwhite.net/fasterjquery/