Improve performance by improving scheduling strategy

Issue #189 resolved
Benjamin Klum repo owner created an issue

Currently, tasks scheduled for execution in the main thread are carried out step by step. That leads to clips visibly being filled step by step as well. If executing the tasks at once, a perceived performance improvement can be achieved.

Comments (1)

  1. Log in to comment