all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: Magit slow on Windows
Date: Fri, 11 May 2012 17:02:16 +0200	[thread overview]
Message-ID: <87zk9ezrpj.fsf@wanadoo.es> (raw)
In-Reply-To: bs1umrc8bm.fsf@news.eternal-september.org

Richard Riley <rileyrg@gmail.com> writes:

>> But I'm not sure this will solve your problem.  The Windows filesystem
>> is slower than Linux filesystems, especially with a cold cache, and
>> nothing, not even Emacs, can change that.
>
> Not in anyway that would cause any human recognisable delay.  Suggesting
> that speed of the file system is in any way contributing to this issue
> is somewhat silly and misleading and introducing fud.

git is heavily optimized for GNU/Linux. It exploits the APIs and use
cases that performs better there. Msysgit is not optimized for
MS-Windows and, on addition, MSYS/Cygwin, which git depends on,
introduces an intermediate layer that slows down certain operations
quite a bit.

So it is not that NTFS is slower than ext4/whatever for all relevant use
cases, but that git is fine-tuned for the GNU/Linux filesystems. Plus,
creating processes is much slower on Windows than on GNU/Linux (that's
an undeniable fact.) As magit runs several commands for several
often-used operations, that makes a big difference.

Last but not least, there are problems with certain configurations that
dramatically slows down git on Windows7/Vista. Take a look at the
msysgit bug tracker for details.




  parent reply	other threads:[~2012-05-11 15:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-10 12:06 Magit slow on Windows Bastian Bechtold
2012-05-10 16:01 ` Eli Zaretskii
2012-05-11  5:35   ` Kevin Yu
2012-05-11  5:39     ` Eli Zaretskii
2012-05-11  5:46       ` Kevin Yu
2012-05-11  5:53         ` Eli Zaretskii
2012-05-11  6:08           ` Kevin Yu
2012-05-11  6:35             ` Yann Hodique
2012-05-11  7:34               ` Kevin Yu
2012-05-11  7:45           ` Bastian Bechtold
2012-05-11  8:41             ` Bastian Bechtold
2012-05-11  8:44               ` Kevin Yu
2012-05-11 10:37           ` Richard Riley
2012-05-11 11:24             ` Eli Zaretskii
2012-05-11 15:02             ` Óscar Fuentes [this message]
2012-05-11 17:40               ` Bastian Bechtold
2012-05-11 17:54                 ` Óscar Fuentes
2012-05-12  0:09             ` Miles Bader
2012-05-12  2:28 ` Richard Stallman
2012-07-20 19:10   ` Bohdan Makohin
2012-07-21  2:43     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zk9ezrpj.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.