[jQuery] empty().append() slow

[jQuery] empty().append() slow


if I have a lot of elements inside <div class"full">...</div>
and then do $('.full').empty().append ('blah');
it takes a long time. Is there a way to speed that up?