On Sat, Aug 6, 2011 at 9:18 AM, Gregory Collins <greg@gregorycollins.net> wrote:
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.