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 4709E1F8C1 for ; Sat, 9 May 2020 08:27:38 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] eml: some fixes and speedups Date: Sat, 9 May 2020 08:27:35 +0000 Message-Id: <20200509082738.23602-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Nothing major and the 1/3 side effect fix never affected any of our use cases. Eric Wong (3): eml: reduce RE captures and possible side effects eml: speed up common LF-only emails emlcontentfoo: avoid undefined warning on missing attributes lib/PublicInbox/Eml.pm | 26 +++++++++++++++++--------- lib/PublicInbox/EmlContentFoo.pm | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-)