danielcranford

Results 19 comments of danielcranford

Here's the output of !uniqstack in WinDbg after loading the 18GB dump file which hopefully gives you an idea of what the process was doing while the memory usage was...

> > The project directory I'm opening has 70,000 directories and 532,172 files (some of which are build artifacts) > > Is it a single git workspace? Yes. A random...

More back of the envelop math: If those 100 copies of 100 byte file paths were instead represented as 100 8 byte pointers to a single 100 byte path string,...

More heap analysis facts that may be helpful: 8.9 GB of the 25GB dump are "path like strings" (names separated by '/'), 8.1 GB of these start with the prefixes...

There are only 114 refs under `.git/refs` but `git ls-remote` shows 42,382 refs available on the origin's server. The repo is large, but VS code easily opens it never getting...

Real numbers from a different lapce dump running against the same large project. ``` 12902277899 Apr 29 16:09 lapce.DMP 5160571565 Apr 29 16:27 lapce.DMP.strings 156555964 Apr 29 16:42 lapce.DMP.strings.dedup ```...

Why is this not a Xonsh bug? Sure WSL2 is a unique execution environment with many more executables in the default path, but the pathological behavior of laggy typing just...

I figured how 'Default LED mode' works, but it really needs better documentation. Each LED effect is given an ordinal with 0 being 'off' and 14 being the colors defined...

Yes please consider this. Interactive use of powershell is subpar without job control. Sure you can always spawn another terminal window, but that doesn't inherit your shell process state. You...