Skip to content

Commit

Permalink
gitk: Various speed improvements
Browse files Browse the repository at this point in the history
This rearranges the code a little to eliminate some procedure calls
and reduce the number of globals accessed.  It makes rowidlist and
rowoffsets lists rather than arrays, and removes the lineid array,
since $lineid($l) was the same as [lindex $displayorder $l], and the
latter is a little faster.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Feb 28, 2006
1 parent aa81d97 commit 8f7d0ce
Showing 1 changed file with 112 additions and 116 deletions.
Loading

0 comments on commit 8f7d0ce

Please sign in to comment.