
6 Aug
2011
6 Aug
'11
12:24 p.m.
On Sat, Aug 6, 2011 at 9:18 AM, Gregory Collins
FWIW: we don't cache the system time because it's slow to *get* it -- we cache it because it's slow to turn it into a text string (for HTTP responses, logging, etc). It still may be a stupid thing to do, but it benchmarked faster when I wrote it.
Ah - thanks for the clarification.