You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MapStyleWrapper is a pretty handy utility but ham-strung because it doesn't not allow parallelism. We could expose these easily by allowing **parallel_mapper_kwargs in the constructor, and switching Mapper to ParallelMapper, with a default of num_workers == 0.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
Allow MapStyleWrapper to take parallel map kwargs
Motivation, pitch
MapStyleWrapper is a pretty handy utility but ham-strung because it doesn't not allow parallelism. We could expose these easily by allowing
**parallel_mapper_kwargs
in the constructor, and switchingMapper
toParallelMapper
, with a default of num_workers == 0.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: