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-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham 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 3C1AF1F619 for ; Mon, 24 Feb 2020 08:08:23 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] v2writable: reduce smsg->{mime} impact Date: Mon, 24 Feb 2020 08:08:20 +0000 Message-Id: <20200224080823.16809-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Stuffing a full MIME object into $smsg is probably a bad idea as witnessed by the memory bloat fixed with: https://public-inbox.org/meta/20190108004606.23760-1-e@80x24.org/ ("view: stop storing all MIME objects on large threads") So slowly start getting rid of smsg->{mime} and improve some v2writable behaviors while we're at it. Eric Wong (2): v2writable: make remove return-compatible w/ Import::remove v2writable: lookup_content => content_exists lib/PublicInbox/V2Writable.pm | 34 ++++++++++++++++------------------ t/v2writable.t | 7 +++++-- 2 files changed, 21 insertions(+), 20 deletions(-)