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=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2FCC51F5AE for ; Tue, 16 Jun 2020 13:19:27 +0000 (UTC) Received: by mail-qk1-x72c.google.com with SMTP id w3so19038982qkb.6 for ; Tue, 16 Jun 2020 06:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=4eJaZKdZggWMSEh1fFK1XxeF2Qy6LCLxOn8EyW4jFtY=; b=d8QJHsz3u5sAm7oZb1Bwen5DuwJ1z9h1/3J3P2g5GP8kF3TESAv3nYHNOrZxyjFv+I bViL/kZOtOR1C8wZ/PNOhsHI4NBSStkOnsRd9jwc7OhIiNm5mTxaR4GmJIs0gQuK0YmI yZL4Dig95ADA0botMDWjuagd9sEASuWWyW9l1tQQOcWGq4xOzIlvV7CS0ZkcxgvtPa6L DL9643G/hR7GDTDvnITxMC5IYqwZ0TUt5LqNlp4kPRdEtFpDKr4JkAc//En3tBJeG9Z+ /A77PPdIZbTusPizylEMOXntDSMdODcAzi3Bnm25W3CUIg8W/zJGG5ggtXcxRsrVHc9X zwnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4eJaZKdZggWMSEh1fFK1XxeF2Qy6LCLxOn8EyW4jFtY=; b=dmPGcy5Na1ey5UTsVfrNQ7NtgptTTOAB7JBMw1L8UT1eydES4iFJyYez1+46SOpF+1 fN6ml2AT+5pvavqRkJsAHL9PgLivn6bCa9dpFQWvUxlL1gHRorSzAWmWhzrgAQE/j575 uXQNss9nWEIEv7SceHTAt9zRjwBEpb3m5pDVT3s5ZtZcUOlz5ccX1xWupgbuIXuJAP91 8wbml2/AeicLUAndKS+/DFMJOvqUFlLdlJkugH3RAiPLC+m3xQaOkmKIsrRZV2NX37vu buINQhRla+kDQCpSpxdEFleKn6DyeR8ir7AmQzgd+cpUUjeBKSbIg8FGQIc1zQMFUTrB t7Sw== X-Gm-Message-State: AOAM531KG37zRRVkcEu/gvA3YXvXSJPk1ynytst8hdO+WbZ/LUd+8wIr bZ3f9D6HKwXiIcWWPRf+DaE= X-Google-Smtp-Source: ABdhPJx8aeI7Gtg/l6CqehnVaeET5yy63z+VfTZGAK1BXtP1EedGYyTcFzVIh8UgXowMffHuzzUfBg== X-Received: by 2002:a37:9a57:: with SMTP id c84mr20519977qke.248.1592313566023; Tue, 16 Jun 2020 06:19:26 -0700 (PDT) Received: from generichostname (CPE18593399858a-CM185933998587.cpe.net.cable.rogers.com. [174.112.65.113]) by smtp.gmail.com with ESMTPSA id m26sm13995101qtm.73.2020.06.16.06.19.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Jun 2020 06:19:25 -0700 (PDT) Date: Tue, 16 Jun 2020 09:19:22 -0400 From: Denton Liu To: Eric Wong Cc: git@vger.kernel.org, meta@public-inbox.org Subject: Re: CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7 Message-ID: <20200616131922.GA721186@generichostname> References: <20200610184147.GA1887@dcvr> <20200610233127.GA51956@generichostname> <20200611003036.GA5446@dcvr> <20200616070832.GA13965@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200616070832.GA13965@dcvr> List-Id: Hi Eric, On Tue, Jun 16, 2020 at 07:08:32AM +0000, Eric Wong wrote: > Eric Wong wrote: > > I'm dreading the cost of ~100K RAM/storage overhead per-client > > connection to support sequence numbers properly... > > OK, that ought to be fixed and I found what seems to be an > acceptable solution w.r.t. server-side overhead: > https://public-inbox.org/meta/20200612234924.GA31809@dcvr/ Aha, I noticed last night when I was using it that it seemed much snappier! I can also confirm on my end that your patch works and it makes the experience much better. Thanks again!