]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: deduplicate detection on add
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 03:39:09 +0000 (03:39 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 09:07:54 +0000 (09:07 +0000)
commitfaf36e5b451bd5dba0b1ae867f606ba0cb397af3
tree67bea99b1ba855b13330a2156f894979052f99c0
parentc062644c64bf44b48bd6469e1d4e77d8b9cfdc87
v2writable: deduplicate detection on add

This is a bit expensive in a multi-process situation because
we need to make our indices and packs visible to the read-only
pieces.
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm