help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : Re: Package cl is deprecated


From: Hongyi Zhao
Subject: Re: [External] : Re: Package cl is deprecated
Date: Tue, 3 Aug 2021 09:14:57 +0800

On Tue, Aug 3, 2021 at 5:33 AM Stefan Monnier via Users list for the
GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:
>
> > https://git.savannah.gnu.org/git/emacs.git
>
> Note that
>
>     git://git.sv.gnu.org/emacs.git
>
> is significantly faster in my experience (because it uses the "smart"
> Git protocol, whereas the http/https server running on Savannah is
> apparently not configured to let Git use that "smart" protocol).

Git's net transfer stack in itself is based on libcurl, regardless
what protocols are used on the user interface, OTOH, the internet is
complicated, and the overall network path and the performance may be
very different in different places. See my testings as shown below:

$ git clone  https://git.savannah.gnu.org/git/emacs.git
Cloning into 'emacs'...
remote: Counting objects: 942661, done.
remote: Compressing objects: 100% (166820/166820), done.
remote: Total 942661 (delta 775806), reused 941243 (delta 774565)
Receiving objects: 100% (942661/942661), 313.44 MiB | 9.37 MiB/s, done.
^Csolving deltas:   8% (62065/775806)

$ git clone git://git.sv.gnu.org/emacs.git
Cloning into 'emacs'...
remote: Counting objects: 942661, done.
remote: Compressing objects: 100% (166820/166820), done.
remote: Total 942661 (delta 775806), reused 941243 (delta 774565)
Receiving objects: 100% (942661/942661), 313.44 MiB | 9.22 MiB/s, done.
^Csolving deltas:  26% (201710/775806)


>         Stefan

Best regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



reply via email to

[Prev in Thread] Current Thread [Next in Thread]