osu-framework icon indicating copy to clipboard operation
osu-framework copied to clipboard

Don't use `FillFlowContainer` in `VirtualisedListContainer`

Open EVAST9919 opened this issue 1 month ago • 2 comments

Relevant discussion

This pr greatly improves scrolling performance (and allocations) of the VirtualisedListContainer by removing overhead from FillFlowContainer and avoiding drawables copying when unnecessary. osu-side change required

master: https://streamable.com/fvwg2o pr: https://streamable.com/boqmrs

osu-master: https://streamable.com/pub39y osu-pr: https://streamable.com/sb4zbg

map used: https://osu.ppy.sh/beatmapsets/1238185#mania/2574372

EVAST9919 avatar Jun 29 '24 23:06 EVAST9919