tkf / ThreadsX.jl

Parallelized Base functions
MIT License
321 stars 10 forks source link

Rename `basesize` to `batch_size`? #181

Open hsgg opened 3 years ago

hsgg commented 3 years ago

pmap() supports the batch_size parameter, which AFAICT is the same as the basesize parameter of ThreadsX.map() except for the default value. I think it would make sense to use the same name in both?