]> Sergey Matveev's repositories - public-inbox.git/commit
http: avoid needless time2str calls
authorEric Wong <e@80x24.org>
Mon, 29 Feb 2016 00:29:03 +0000 (00:29 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Feb 2016 00:35:18 +0000 (00:35 +0000)
commite3fd8551e919b95a78f1f0ab0cfff12033291eeb
tree9d60bb96e20003a94f6fe03fd4bf8a315fa02993
parentf3bb7c21292cf91a203a1afd0833b84e3c1b1e20
http: avoid needless time2str calls

Checking the time is nearly free on modern systems with
vDSO/vsyscall/similar while sprintf is always expensive.
lib/PublicInbox/HTTP.pm