Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nodes] MapStyleWrapper should expose ParallelMap kwargs #1387

Open
andrewkho opened this issue Dec 9, 2024 · 1 comment
Open

[Nodes] MapStyleWrapper should expose ParallelMap kwargs #1387

andrewkho opened this issue Dec 9, 2024 · 1 comment
Labels

Comments

@andrewkho
Copy link
Contributor

🚀 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 switching Mapper to ParallelMapper, with a default of num_workers == 0.

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@andrewkho and others