From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id pLreOvSF2F9cMgAA0tVLHw (envelope-from ) for ; Tue, 15 Dec 2020 09:46:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id UMQeNvSF2F/7fQAAbx9fmQ (envelope-from ) for ; Tue, 15 Dec 2020 09:46:28 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6B8F19402B6 for ; Tue, 15 Dec 2020 09:46:28 +0000 (UTC) Received: from localhost ([::1]:42364 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kp6uZ-0003RP-C9 for larch@yhetil.org; Tue, 15 Dec 2020 04:46:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kp6u2-0003O9-4V for guix-devel@gnu.org; Tue, 15 Dec 2020 04:45:55 -0500 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:41541) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kp6ts-00005B-Tb; Tue, 15 Dec 2020 04:45:53 -0500 Received: by mail-wr1-x42c.google.com with SMTP id a12so19154313wrv.8; Tue, 15 Dec 2020 01:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=1+z+3rfbKNmIHG6Eh21Ha/rMcpuO/tN2KW15orPepiQ=; b=AwubIvhm9YjEqu0JhOEkhpoSmnd2Gi3TYJb690xlf4LYoDUu2vM/TZgCSdZzqQuBl3 XUebVjwBcEO7uC8PPNUek0H9Jm+h+oX2WegCa3IQVbxzMwyTGggn+AYAVVDdLJvFl8nr eCm6E4pcAd0+G4hdYE6joG34JCRQwwUdrUJHMFY4niEbt9ew5kdgX9AyLvLrAyXQT2ZJ cqVnCOHn708WmZWtulPbMoc8nHBzik2g2qaiy71iK6lE7j67EYd1PxhQZjM+/PRIamf7 NSt++c+J73KDVhYKjUzq75ga0e+xzEEfqY5Bj1EqCbqBjb8yOiLj5x3h2/pL/x4AVxh6 xtCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=1+z+3rfbKNmIHG6Eh21Ha/rMcpuO/tN2KW15orPepiQ=; b=ned20zK1sIOe27SZjuKwPwIie4SHXWk5eMS/oCnTGxA06hDGRogq6qjPJ7pNOwG0Zh rRwjJhKKwEJaIQ1YDtAnuyJ+hc6VrIYgVaQm2/67e8ESAJhAkax9dpgf7Ecv2He3ENQf PrLt/BAoJWbR+5wPDivmSW+eOs6HHwyhCTG5Ktt+VBEeZg1N6EFwiXMqCHecMNXbxB61 M8EDtzRfHERjitW7flt95akXJbx0QoggrGLD4Mui+0H2lbtTRftCK76+mzqkG/TZ9+Az GRhMNHJMwynhfh8QDAUwGjLXRlMi08SpHjK3YJ2D9Unwyrl0rHieFxxE1UQSThzM1VGT xKXQ== X-Gm-Message-State: AOAM532RspgJun/VRkI0BJ4lxcFe/LfJ/6I8XTp+ZycNXxkRqwdGtD1B ZrgF/HcsSKHfvV+zsVq2iIftwitYUSc= X-Google-Smtp-Source: ABdhPJy3o2QeFd+XC+UeYLvY0RbCc9hbw5kZ9aFZEAFSrpfkTUT/vUvWiFg10Kq8TvyQrVbVX1JG6w== X-Received: by 2002:adf:9cca:: with SMTP id h10mr25901982wre.77.1608025542813; Tue, 15 Dec 2020 01:45:42 -0800 (PST) Received: from guixSD (host-95-244-155-253.retail.telecomitalia.it. [95.244.155.253]) by smtp.gmail.com with ESMTPSA id l7sm35355186wme.4.2020.12.15.01.45.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Dec 2020 01:45:42 -0800 (PST) From: =?utf-8?Q?Nicol=C3=B2?= Balzarotti To: Pierre Neidhardt , Ludovic =?utf-8?Q?Court=C3=A8s?= , guix-devel Subject: Re: When substitute download + decompression is CPU-bound In-Reply-To: <871rfrld59.fsf@ambrevar.xyz> References: <87im94qbby.fsf@gnu.org> <87sg88ngd1.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> <871rfrld59.fsf@ambrevar.xyz> Date: Tue, 15 Dec 2020 10:45:40 +0100 Message-ID: <87pn3bo117.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a00:1450:4864:20::42c; envelope-from=anothersms@gmail.com; helo=mail-wr1-x42c.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.01 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=AwubIvhm; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 6B8F19402B6 X-Spam-Score: -3.01 X-Migadu-Scanner: scn0.migadu.com X-TUID: RFQ5Leul/EB8 Pierre Neidhardt writes: > Another option is plzip (parallel Lzip, an official part of Lzip). Wouldn't that mean that this will become a problem when we'll have parallel downloads (and sometimes parallel decompression will happen)?