You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, this was a bit of struggle. The current approach results in "somewhat tolerable" performance (it can handle ~3000 characters in about a second), but it isn't really ideal.
I outlined some of my thinking at the bottom of Architecture.md. There isn't a great solution. ANSI sequences handle this with "Bracketed Paste" which is supported by Windows Terminal, but switching to ANSI input sequences has its own tradeoffs (lack of maturity in C# libraries and other issues as described in the Architecture.md file).
I'm sort of waiting to see what happens with dotnet/runtime#52374 before rearchitecting anything.
Just try to insert:
Should be instant.
The text was updated successfully, but these errors were encountered: