Skip to content

Accelerate ListSchedulers by caching execution_times_in_time

Right now profiling of ListScheduler looks like:

image

Where one can see that execution_times_in_time is bottlenecking the scheduler.