]> Sergey Matveev's repositories - public-inbox.git/commitdiff
http|nntp: favor "$! == EFOO" over $!{EFOO} checks
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:26 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
Integer comparisions of "$!" are faster than hash lookups.

See commit 6fa2b29fcd0477d126ebb7db7f97b334f74bbcbc
("ds: cleanup Errno imports and favor constant comparisons")
for benchmarks.


No differences found