]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
searchidx: use vstring to improve readability
authorEric Wong <e@80x24.org>
Fri, 7 Apr 2023 12:40:52 +0000 (12:40 +0000)
committerEric Wong <e@80x24.org>
Fri, 7 Apr 2023 22:17:22 +0000 (22:17 +0000)
commitc25c66af0a8ac8b079babce1d127f1070267e8e6
tree30bdc114c403d63e7f611a1b584226acaadd68be
parent39b99c2514230f419fae8c2b52a7d55eaad1cd44
searchidx: use vstring to improve readability

Perl has native `vstring' encoding for vector (or version)
strings, make use of it instead of relying on difficult-to-read
hex versions and integer shifts.
lib/PublicInbox/SearchIdx.pm