Re: [csswg-drafts] [css-text-4] Should `text-wrap: balance` apply separate logic before and after forced breaks? (#9112)

From the performance point of view, though the algorithm is not defined, the algorithm is likely O(n), O(n!), or O(n^2) for the n lines of the "paragraph". It'll perform better if the "paragraph" has less lines.

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9112#issuecomment-1746129921 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 4 October 2023 04:48:53 UTC