Comment by liuliu
16 hours ago
I think for that to use pretext is to join each row with hard line break and then do prepare once, then walk each line. At least that will put the single layout performance into the best light.
I am skeptical getting row height of many items only once is the intended behavior though. It is probably the intended behavior to get row height of many items and enables you to resizing width many time later (which is pretty useful on desktop).
tried just doing a concat of the 100k sentences with line breaks, it wasnt much faster, ~1880ms.