andrewg
committed
on 30 Sep 04
An attempt to speed up the lc_time_fmt call, which gets hit 10+ times per page in calendar applications. We're now memoizing the compilatio… Show more
An attempt to speed up the lc_time_fmt call, which gets hit 10+ times per page in calendar applications.  We're now memoizing the compilation of % codes to tcl procs and vars.  Also, we're no longer rebuilding the hash array of percent codes each time, instead using a namespace var that gets initialized in localization-data-init.tcl

Show less