mirror of
https://github.com/tmux/tmux.git
synced 2026-07-13 12:50:25 +00:00
e858270006a9041b9016ed9e6cc12d622ac8fe31
each time a tree is created is too expensive. Instead, convert them all into callbacks and put them in a static table so they only allocate on demand. The tree remains for the moment for extra (non-default) variables added by for example copy mode or popups. Also reduce expensive calls to localtime_r/strftime. GitHub issue 2253.
Description
tmux source code
Languages
C
77.7%
Shell
13.8%
Roff
6.2%
Yacc
1%
M4
0.7%
Other
0.5%