CJTozer / SublimeDiffView

Side-by-Side Git, SVN and Bazaar Diff Viewer for Sublime Text 3
https://packagecontrol.io/packages/DiffView
MIT License
20 stars 7 forks source link

Very slow Windows performance #64

Open RFGuy200 opened 6 years ago

RFGuy200 commented 6 years ago

This is one of my favorite packages, keep it up please! On linux it is very fast, on relatevely big project takes about 5 sec to show hundreds diff. On Windows it takes one minute to display the same diff. It might be my setup though. I am using Linux on Windows and run Sublime from both environments.

CJTozer commented 6 years ago

oof, doesn't sound great. thanks for letting me know.

Are you using git or something else? Do those commands run faster on Linux than windows? (I know git for certain is designed primarily with Linux in mind...

RFGuy200 commented 6 years ago

Hi, I am using git. Runs very fast on Linux, run slowly on Win.

Alex

Sent from Mail for Windows 10

From: Chris Tozer Sent: Monday, November 19, 2018 8:29 AM To: CJTozer/SublimeDiffView Cc: Alexander Kornishev; Author Subject: Re: [CJTozer/SublimeDiffView] Very slow Windows performance (#64)

oof, doesn't sound great. thanks for letting me know. Are you using git or something else? Do those commands run faster on Linux than windows? (I know git for certain is designed primarily with Linux in mind... — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

CJTozer commented 6 years ago

So, I don't think there's anything I can do if Git is running slowly on Windows - the plugin just uses VCS (in this case Git) under the covers, so if that is slow the plugin will be slow too.

You could perhaps try getting the most recent version of Git in case that helps - but browsing the internet this seems to be a very common complaint of Git on Windows.

Sorry I can't be more helpful