mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 22:36:55 +00:00
The previous commit was already a big improvement, but it was still somewhat slow on the lua interpreter. By wrapping the table at the top we loose the consistent placement of items while resizing (at least as long as the column count didn't change), but we avoid taking all the off screen items into account. The fewer items fit on screen the faster this becomes. |
||
---|---|---|
.. | ||
assdraw.lua | ||
auto_profiles.lua | ||
console.lua | ||
defaults.lua | ||
meson.build | ||
options.lua | ||
osc.lua | ||
stats.lua | ||
ytdl_hook.lua |