logoalt Hacker News

liuliutoday at 1:52 AM1 replyview on HN

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).


Replies

leeoniyatoday at 2:59 AM

tried just doing a concat of the 100k sentences with line breaks, it wasnt much faster, ~1880ms.