KodeKabuki

Welcome, my name is Harish Mallipeddi. I work for Amazon Web Services (AWS). This blog is mostly a dump of interesting articles that I come across on the web. Topics span across multiple areas including algorithms/datastructures, NoSQL stores, database internals, web-scale challenges, and functional languages.

September 16, 2007 at 1:37pm

Home

Yield demo: High Performance trick by Joseph Smarr, Plaxo →

Smarr recommends you to yield to the browser by doing a setTimeout(someFunc(), 0) so that the browser gets sometime to go update the UI and come back to executing the rest of the Javascript.