JuliaFolds2 / OhMyThreads.jl

Simple multithreading in julia
https://juliafolds2.github.io/OhMyThreads.jl/
MIT License
139 stars 9 forks source link

Handle empty input #104

Closed carstenbauer closed 6 months ago

carstenbauer commented 6 months ago

Extension of #88. Closes #87.

With this PR, we now explicitly fall back to the serial Base functions if the input isempty.

Shouldn't be breaking because we pretty much always error'ed before.

carstenbauer commented 6 months ago

Please merge if there are no objections.