Severe performance penalty found in VSCode rendering loop
1–10 of 46 posts
Re: Severe performance penalty found in VSCode rendering loop
#2Re: Severe performance penalty found in VSCode rendering loop
#3This just seems like an AI slop GitHub issue from beginning to end.
And I'd be very surprised if VS Code performance could be boosted that much by a supposedly trivial fix.
Re: Severe performance penalty found in VSCode rendering loop
#4Good thing to find...
Re: Severe performance penalty found in VSCode rendering loop
#5I see they also contributed a fix to the OnlyFans notification robot. Clearly doing the important work that the internet needs.
Re: Severe performance penalty found in VSCode rendering loop
#6Re: Severe performance penalty found in VSCode rendering loop
#7Given that the issue already gives a before-and-after metric it's extremely odd there's no POC PR attached. This just seems like an AI slop GitHub issue from beginning to end. And I'd be very surprised if VS Code performance could be boosted that much by a supposedly trivial fix.
Re: Severe performance penalty found in VSCode rendering loop
#8Re: Severe performance penalty found in VSCode rendering loop
#9Given that the issue already gives a before-and-after metric it's extremely odd there's no POC PR attached. This just seems like an AI slop GitHub issue from beginning to end. And I'd be very surprised if VS Code performance could be boosted that much by a supposedly trivial fix.
Re: Severe performance penalty found in VSCode rendering loop
#10Given that the issue already gives a before-and-after metric it's extremely odd there's no POC PR attached. This just seems like an AI slop GitHub issue from beginning to end. And I'd be very surprised if VS Code performance could be boosted that much by a supposedly trivial fix.
Even if it is a real performance issue, the reasonable fix would be to move the sort call out of the loop - implementing a new data structure in JS is absolutely not the way to fix this.