[jQuery] how to avoid overhead

[jQuery] how to avoid overhead

Hi!
The code:
for (i = 0; i < 1600 ;i ++) {
      htm += '<div></div>';
}
$(htm).appendTo('#parentDiv');
How can avoid overhead?
thanks,
Dirceu Barquette