forked from muhqu/gitx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This speeds up the diff display by using DOM manipulation instead of .innerHTML. Apparently incremental .innerHTML is really expensive compared to DOM manipulation (which is expensive compared to a single .innerHTML=). For example, the v0.2.1 commit, which introduces Sparkle, now loads in 70ms rather than 230.
- Loading branch information
Pieter de Bie
committed
May 14, 2009
1 parent
7ef15f9
commit cfbcfc1
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters