]> Sergey Matveev's repositories - public-inbox.git/commit
overidx: each_by_mid: pass self and args to callbacks
authorEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 06:31:52 +0000 (06:31 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 20:56:52 +0000 (20:56 +0000)
commit16d5cf5c1d6698a8557662c8759a4453b3dcf976
treeab550d32fd2c665161bc0259cf5561370e39fba3
parent1e63e0409004f1edb352f53729e2d4aed4825a22
overidx: each_by_mid: pass self and args to callbacks

This saves runtime allocations and reduces the likelyhood of
memory leaks either from cycles or buggy old Perl versions.
lib/PublicInbox/OverIdx.pm