diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-08-06 15:55:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-08-06 15:55:58 -0400 |
commit | d3b1859ca3d6c2c2bcc92edba994b522cf9d4e99 (patch) | |
tree | 41138b895710f601ba58c89fbb9349e0293ae0a9 /indra/llui/llscrolllistcolumn.h | |
parent | d6abce3968925c5cb58c11f1c6fc936605f55c57 (diff) |
Introduce a custom coroutine/fiber scheduler to prioritize UI.
The viewer's main thread's main fiber is responsible for coordinating just
about everything. With the default round_robin fiber scheduling algorithm,
launching too many additional fibers could starve the main fiber, resulting in
visible lag.
This custom scheduler tracks when it switches to and from the main fiber, and
at each context switch, how long it's been since the last time the main fiber
ran. If that exceeds a certain timeslice, it jumps the main fiber to the head
of the queue and resumes that instead of any other ready fiber.
Diffstat (limited to 'indra/llui/llscrolllistcolumn.h')
0 files changed, 0 insertions, 0 deletions