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-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED 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 B48181F66E for ; Tue, 1 Sep 2020 20:36:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] www: cleanups + scheduling improvements Date: Tue, 1 Sep 2020 20:36:52 +0000 Message-Id: <20200901203655.29694-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some more stuff to do along these lines, but I might be eaten by a bear in the next few hours... Eric Wong (3): solver: drop warnings, modernize use v5.10.1, use SEEK_SET use "\&" where possible when referring to subroutines www: manifest.js.gz generation no longer hogs event loop MANIFEST | 1 + lib/PublicInbox/Cgit.pm | 5 +- lib/PublicInbox/Inbox.pm | 2 +- lib/PublicInbox/ManifestJsGz.pm | 153 ++++++++++++++++++++++++++++++++ lib/PublicInbox/SolverGit.pm | 5 +- lib/PublicInbox/TestCommon.pm | 4 +- lib/PublicInbox/WWW.pm | 4 +- lib/PublicInbox/WwwListing.pm | 123 ++----------------------- t/replace.t | 8 +- t/solver_git.t | 2 +- t/www_listing.t | 7 +- xt/msgtime_cmp.t | 2 +- 12 files changed, 178 insertions(+), 138 deletions(-) create mode 100644 lib/PublicInbox/ManifestJsGz.pm