jskinner

Results 13 comments of jskinner

I haven't looked at Syntect at all, but FWIW Sublime Text does cache the next matching position for each regex (at least when we're using the Onigurama fallback, there's no...

That sort of delay is indicative of having a plugin installed that's doing blocking IO from one of its events. Sublime Text itself doesn't do any IO in the main...

You can confirm which plugin is causing the slowdown by using Goto Anything for a bit, and then running `Tools/Developer/Profile Plugins`

FWIW blocking on loading syntax definitions will be fixed in the next build - the syntax has always been loaded in a background thread, however there was an issue that...

Try switching the Git Binary (via Preferences/Advanced) between `system` and `bundled`

FWIW, it appears to work for me if I replace `osmnx.gdf_from_place` with `osmnx.geocode_to_gdf`

How long does `git status` take to run from the command line for you on this setup?

The Chromium repository on Windows for me takes 2-6s to load changes, approximately the same time as running git status from the command line. Performance issues on Windows when doing...

@ratcashdev You're describing something quite different, it would be best to create a separate issue for it. The original post is about what seems to be very slow file IO....

@PurplePowder virus scanners absolutely treat different applications differently, so I don't think you can draw conclusions that just because git.exe isn't having its file IO intercepted, sublime_merge.exe won't. I'm not...