perf(buffer)!: apply SSO technique to text buffer in `buffer::Cell` by rhysd · Pull Request #601 · ratatui/ratatui

Description ratatui allocates one String buffer for each buffer::Cell. char is not sufficient since one character can consist of multiple code points. However, in almost all cases the cells have a ...