Comment on Internet Explorer Canvas Tag Massively Faster Than ChromeparentComments−adamrmcd14yFollowing up, the site uses "setTimeout(function, 0)" which is akin to an unencumbered while() loop. Great if you want raw power but pointless if you cannot use it (in this case, to display unique data).Perhaps Chromium 16 has tied sites that incorrectly use setTimeout() for animations to this newer method: http://dev.chromium.org/developers/design-documents/requesta...
Comments
Following up, the site uses "setTimeout(function, 0)" which is akin to an unencumbered while() loop. Great if you want raw power but pointless if you cannot use it (in this case, to display unique data).
Perhaps Chromium 16 has tied sites that incorrectly use setTimeout() for animations to this newer method: http://dev.chromium.org/developers/design-documents/requesta...