Skip to content

Commit 0546789

Browse files
committed
datadeps: Switch to roundrobin for less latency
1 parent 32136f6 commit 0546789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datadeps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ function spawn_datadeps(f::Base.Callable; static::Bool=true,
936936
throw(ArgumentError("Dynamic scheduling is no longer available"))
937937
end
938938
wait_all(; check_errors=true) do
939-
scheduler = something(scheduler, DATADEPS_SCHEDULER[], :naive)::Symbol
939+
scheduler = something(scheduler, DATADEPS_SCHEDULER[], :roundrobin)::Symbol
940940
launch_wait = something(launch_wait, DATADEPS_LAUNCH_WAIT[], false)::Bool
941941
if launch_wait
942942
result = spawn_bulk() do

0 commit comments

Comments
 (0)