Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject ConEmuHk slows down git, but without it, utilities stop working #693

Closed
ittayd opened this issue Nov 5, 2015 · 3 comments
Closed
Labels
👆 ConEmu Upstream issue in ConEmu.

Comments

@ittayd
Copy link

ittayd commented Nov 5, 2015

I've downloaded the latest cmder (1.2.6)
In cmder:

C:\Users\idror> Measure-Command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 1
Milliseconds      : 511
Ticks             : 15111437
TotalDays         : 1.74900891203704E-05
TotalHours        : 0.000419762138888889
TotalMinutes      : 0.0251857283333333
TotalSeconds      : 1.5111437
TotalMilliseconds : 1511.1437

In the native powershell shell:

C:\Users\idror> measure-command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 0
Milliseconds      : 99
Ticks             : 999033
TotalDays         : 1.15628819444444E-06
TotalHours        : 2.77509166666667E-05
TotalMinutes      : 0.001665055
TotalSeconds      : 0.0999033
TotalMilliseconds : 99.9033

After turning off injectoin:

C:\Users\idror> Measure-Command {git}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 0
Milliseconds      : 109
Ticks             : 1099129
TotalDays         : 1.2721400462963E-06
TotalHours        : 3.05313611111111E-05
TotalMinutes      : 0.00183188166666667
TotalSeconds      : 0.1099129
TotalMilliseconds : 109.9129

But if I keep it off, then applications like less just hang .

@ittayd
Copy link
Author

ittayd commented Nov 5, 2015

Note that I have the latest ConEmu:

[Window Title]
ConEmu 151101 [32]

[Main Instruction]
No newer stable version is available

[Content]
Your current ConEmu version is 151101 alpha

Versions on server
http://conemu.github.io/version.ini
    120727c stable
    150813c preview
    151101 alpha (equal)


[OK] [Visit download page]

[Footer]
Whats new (project wiki page)

@Jackbennett
Copy link
Contributor

Was that;

  1. cmder>cmd
  2. cmder>powershell
  3. cmder>cmd w/o injection

or by native powershell did you mean a normal powershell.exe from win+R?

@ittayd
Copy link
Author

ittayd commented Nov 20, 2015

#1 & #2 with injections are slow. #1 & #2 without injection are fast

native powershell is powershell.exe

@Stanzilla Stanzilla added the 👆 ConEmu Upstream issue in ConEmu. label Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👆 ConEmu Upstream issue in ConEmu.
Projects
None yet
Development

No branches or pull requests

3 participants