]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ds: avoid ->method dispatch for `print'
authorEric Wong <e@80x24.org>
Tue, 17 Jun 2025 00:13:35 +0000 (00:13 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jun 2025 11:04:31 +0000 (11:04 +0000)
commit3abd992da588f707e34b04e47583017c98fdb021
tree6c8f5ef2ab1fa9842ea575891c7e82e49da4df47
parentf7aaea70446ec63c6b46b64660883f2d531674cd
ds: avoid ->method dispatch for `print'

`->method' dispatches have always been slower than directly
invoking Perl ops without `->', so favor the latter.
lib/PublicInbox/DS.pm