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 5F5881F45E; Mon, 17 Feb 2020 23:02:47 +0000 (UTC) Date: Mon, 17 Feb 2020 23:02:47 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] view: shorten life of MIME object for permalink Message-ID: <20200217230247.GA17124@dcvr> References: <20200217110048.338-1-e@yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200217110048.338-1-e@yhbt.net> List-Id: Pushed as commit 9703d80efd848f582e5b265db1958e0f143d8712 I expect this to be significant in high-concurrency situations. There's more changes on the horizon to further reduce memory usage of the WWW interface :>