emacs-devel
[Top][All Lists]
Advanced

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

Re: A project-files implementation for Git projects


From: Tassilo Horn
Subject: Re: A project-files implementation for Git projects
Date: Fri, 04 Oct 2019 10:49:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

>> I wish someone did some benchmarking with Hg projects.
>> mozilla-central (~200000 files) is still slower on my machine with Hg
>> than with 'find'.
>
> I'll do.

On my machine, the Hg version is much faster than find:

Files: 283417 (VC) vs. 283497 (find)
VC) Elapsed time: 4.714386s (0.782360s in 12 GCs)
Find) Elapsed time: 18.569516s (0.393230s in 5 GCs)

I downloaded an archive of mozilla-central and performed "hg init && hg
add * && hg commit -m foo" myself.  The hg status --all call on a
terminal takes about 2.8 seconds itself.

My hg version is 5.1.

Bye,
Tassilo



reply via email to

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