From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8C2E31FCC7 for ; Sat, 24 Dec 2016 11:52:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] HTML micro-optimizations Date: Sat, 24 Dec 2016 11:52:40 +0000 Message-Id: <20161224115244.15402-1-e@80x24.org> List-Id: Testing with a horriblely long 368-message thread on git@vger, I've found some minor tweaks which give us some tiny speedups. Unfortunately, these are minor and new features may end up costing us more in the future. Further optimizations are needed. Eric Wong (4): view: remove unused parameter view: stop chomping off whitespace at ends of messages view: do not modify array during iteration linkify: modify argument in place lib/PublicInbox/Linkify.pm | 17 +++++++---------- lib/PublicInbox/View.pm | 21 +++++++++------------ 2 files changed, 16 insertions(+), 22 deletions(-)