Ivan Choo
Ivan Choo
Would want to know that as well
> We actually changed it from 10000 down to 250 because of performance issues. Having a scrolling limit that high means that we actually need to sort 10k items correctly...
Spend a couple hours on this. This is a hard problem. 1. As mentioned before - nvim queries are laid out like this: less specific > more specific. Syncat styles...
> > Was there a good reason to have a bespoke solution? > > not particularly, syncat was just something to build for fun. more fun to build something than...
I found discussions mentioning this issue, but they were all closed. However I found this behavior to be unchanged for about a year now
> Like we've done with the other issues, could you test the performance of `wezterm cli adjust-pane-size --amount 3 Left`? You should be able to do this with the `time`...
Ran this script: ```fish set N 100 set total_time 0 for i in (seq 1 $N) set start_time (date +%s%N) wezterm cli activate-pane-direction Right set end_time (date +%s%N) set elapsed...
Sure, maybe wezterm cli executes not as fast as it could, but I think the problem is that on one single move it here is how much wezterm_exec executes: ```...
Investigated this some more and looks like it's a problem with fish: $ time wezterm cli activate-pane-direction Right Executed in 122.03 millis fish external usr time 3.97 millis 439.00 micros...
> Hmm, I'm on Fish shell as well and have never been able to reproduce the performance issues. > > Additionally, according to `:h system()` > > > If {cmd}...