catacombing/catacomb

Fix CPU usage when scrolling

chrisduerr opened this issue · 0 comments

when I scroll as fast as possible, for instance in tzompantli, catacomb is spending as much as 40% of its CPU time in <calloop::sources::timer::Timer as calloop::sources::EventSource>::unregister.

Seems like there might be an issue with touch input. Chances are we're staging velocity when we really don't need to.