author | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 17 Feb 2009 01:00:45 +0000 (02:00 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 17 Feb 2009 11:55:23 +0000 (12:55 +0100) | ||
commit | 6125c6c0048dcca231214b27bedcc83286bb5c28 | |
tree | fdc3178be0f57250802b518ba6a4de4561deaa35 | tree | snapshot |
parent | 2063b4e98bfe7b10ea10c287c973ab19d8bc09fe | commit | diff |
Reduce memory and startup time by storing author times as time_t
Which means that drawing will have to do some more formatting, however,
the startup time is shorter since gmtime_r() is no longer called. Same
repository as last commit.
18980 fonseca 20 0 17776 15m 872 S 0 0.8 0:01.26 tig
18630 fonseca 20 0 23224 20m 868 S 0 1.0 0:01.26 tig-0.14.1
Which means that drawing will have to do some more formatting, however,
the startup time is shorter since gmtime_r() is no longer called. Same
repository as last commit.
18980 fonseca 20 0 17776 15m 872 S 0 0.8 0:01.26 tig
18630 fonseca 20 0 23224 20m 868 S 0 1.0 0:01.26 tig-0.14.1
tig.c | diff | blob | history |