From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 882A71F4CC for ; Thu, 12 Dec 2024 10:10:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1733998240; bh=aEpAjpJLbFCURFpBz6vpPOmSh6lrZ0ZM0Ur/d4pPyqY=; h=From:To:Subject:Date:From; b=Jaq+izKKetmE6yQmcVCLkhJSdnhMH/ryl3y2KBzaROobCy1CYxHVOLcBpjEOJYofn gM5S28aFXthoaJ67Gz1u+B1XB/Lty5aJkCyXfJLdDMbmk6ZdeIaq3HkEqQ081HrXO+ k58rIokxtU0QOSPzIMa4d6b+0/UV0WOjdcvGB/SQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] indexing cleanups Date: Thu, 12 Dec 2024 10:10:37 +0000 Message-ID: <20241212101040.1109774-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: A small step to share more code between v1, v2, and extindex..., Eric Wong (3): searchidx: update_checkpoint: take bytes arg directly extindex: move {checkpoint_unlocks} to $self searchidx: consolidate checkpoint accounting lib/PublicInbox/ExtSearchIdx.pm | 51 +++++++++++---------------------- lib/PublicInbox/SearchIdx.pm | 21 +++++++------- lib/PublicInbox/V2Writable.pm | 20 +++++-------- 3 files changed, 35 insertions(+), 57 deletions(-) Diffstat looks good