[jQuery] performance of html(val)

[jQuery] performance of html(val)


I am constructing a large table on the fly and add it to the dom using
html(val). It takes about 6 seconds. I am wondering if there's any
practice that would speed up this process?
thanks!