GithubHelp home page GithubHelp logo

Long Loading Times? about dotfiles HOT 3 CLOSED

parth avatar parth commented on July 22, 2024
Long Loading Times?

from dotfiles.

Comments (3)

Parth avatar Parth commented on July 22, 2024

I also used WSL for a while. I believe this is the root cause:

microsoft/WSL#981

So it seems like file io on structures like the one git uses is very slow. There's a few interesting things i messed around with at the time, including making WSL use git.exe rather than ubuntu's git. I can't remember the specifics of that experiment, but iirc it was a struggle to do things with ssh keys.

If I were still using a windows machine for dev, I think I would experiment more on the side of VMs with shared volumes. My intuition says that long term this would be more stable, and the overhead is probably not that bad if you use a lightweight vm like ubuntu server.

Was also thinking about experimenting with a docker type container for dev, but haven't fully thought through the specifics of that.

Better windows support is definitely something I'm interested in, so please do continue the conversation below, but since there's nothing actionable at the moment for me to do I'll close this.

from dotfiles.

Astrantia avatar Astrantia commented on July 22, 2024

@Parth I took a look at that issue and there are some workarounds presented. Did you try them?

from dotfiles.

Parth avatar Parth commented on July 22, 2024

Like I mentioned, when I experimented with these workarounds I had trouble using things like ssh-keys and ended up abandoning it.

Furthermore this is somewhat specific to windows, so I didn't end up adding it to this repository.

If you wanted to:

  1. fork this repository
  2. detect if someone is running WSL
  3. check if they have git.exe instead of normal git
  4. apply the workaround presented in that issue

I'd be happy to accept that pull request.

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.