]> Sergey Matveev's repositories - public-inbox.git/commit
sharedkv: split out index_values
authorEric Wong <e@80x24.org>
Thu, 31 Dec 2020 13:51:24 +0000 (13:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jan 2021 05:00:38 +0000 (05:00 +0000)
commita7539312d51443c9a705e64b16ac4fdcd4b17a6e
tree9cda0673780df69159f8295d68f53c2852ecfc46
parentfa7bab31c9e5ded5c832b42de56f48dbdf9de972
sharedkv: split out index_values

In most cases, we won't need to index by value, so
don't waste cycles or space on it.
lib/PublicInbox/SharedKV.pm
t/shared_kv.t