From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_SBL,URIBL_SBL_A shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BC4331F4B4 for ; Mon, 21 Dec 2020 07:51:22 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] extindex->misc prep stuff Date: Mon, 21 Dec 2020 07:51:17 +0000 Message-Id: <20201221075122.1587-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still working on speedups to startup time and no-op index runs on thousands of inboxes, but a few small cleanups and improvements along the way... Eric Wong (5): inbox: delay ->version detection isearch: use numeric sort for article numbers use rel2abs_collapsed when loading Inbox objects searchidx: rename get_val to int_val and return IV extsearch*: drop unnecessary path canonicalization lib/PublicInbox/Admin.pm | 11 +---------- lib/PublicInbox/Config.pm | 28 +++++++++++++++++++++++----- lib/PublicInbox/ExtSearch.pm | 2 -- lib/PublicInbox/ExtSearchIdx.pm | 7 ------- lib/PublicInbox/Inbox.pm | 8 +++----- lib/PublicInbox/Isearch.pm | 4 ++-- lib/PublicInbox/SearchIdx.pm | 9 +++++---- script/public-inbox-convert | 2 +- script/public-inbox-init | 2 +- t/search.t | 4 ++-- 10 files changed, 38 insertions(+), 39 deletions(-)