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
Can we please get #427 merged as this provides immediate benefits to the performance of textarea.
I believe combing this with the replacing runewidth.StringWidth with uniseg.StringWidth should give us a giant bump in performance such that there will be far less complaints about performance with this component.
As discussed in charmbracelet/bubbletea#831 (comment), let's memoize Textarea's
Wrap()
function to improve performance.The text was updated successfully, but these errors were encountered: