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.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_SCC_BODY_TEXT_LINE 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 0CB2E1F44D for ; Tue, 13 Feb 2024 09:42:43 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] eml: allocation reductions Date: Tue, 13 Feb 2024 09:42:40 +0000 Message-Id: <20240213094242.3496966-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/2 is obvious, 2/2 is aspirational dream territory... (been dreaming up a faster, alternative run-time for Perl :P) Eric Wong (2): eml: avoid anonymous __WARN__ sub for encode/decode eml: reuse ->decode buffer lib/PublicInbox/Eml.pm | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-)