|
|
|
|
|
by bzbarsky
5669 days ago
|
|
> The algorithm isn't that expensive. It's quadratic in length of the paragraph, no? Not a problem for most reasonable text chunks, but browsers have to deal with unreasonable text too. In particular, O(N^2) algorithms in browser layout are generally unacceptable... |
|