]> Sergey Matveev's repositories - public-inbox.git/commit - lib/PublicInbox/Git.pm
git: async: flatten the inflight array
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:20 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commitba31b0f3e2314817536d4217e86b9ac280187b01
tree2fdfc8b9355dee21f2e458e0eeb0f3ea36af39d8
parent05978869826c50252d49a7977470ee3107eb2d16
git: async: flatten the inflight array

Small array refs have considerable overhead in Perl, so reduce
AV/SV overhead and instead allow the inflight array to grow
twice as large.
lib/PublicInbox/Git.pm