JuliaFolds2 / ChunkSplitters.jl

Simple chunk splitters for parallel loop executions
MIT License
40 stars 5 forks source link

Handle cases where more chunks than elements are requested #3

Closed JamesWrigley closed 1 year ago

JamesWrigley commented 1 year ago

Previously chunks() would return extra empty chunks if nchunks > length(array).

lmiq commented 1 year ago

Thank you for that. It is merged in 0.1.5 to be available at any moment.