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

feat(core): parallel evaluate #474

Merged
merged 1 commit into from
Nov 26, 2019
Merged

Conversation

maartenbreddels
Copy link
Member

Evaluate has become quite a beast, but there need to be 2 modes, parallel (default for users), and non-parallel (interally mostly, but also if someone else already does the multithreading).

For vaex internally, if it's in a task (say map reduce), it can call df.dtype(..), which may call df.evaluate, which will start another task, which is not supported.

These are the two reasons why evaluate has a parallel and non-parallel mode.

@maartenbreddels
Copy link
Member Author

This should close #259

@maartenbreddels maartenbreddels force-pushed the feat_parallel_evaluate branch 5 times, most recently from 06d0b76 to 38e9a39 Compare November 26, 2019 15:03
@maartenbreddels maartenbreddels merged commit c4cfc01 into master Nov 26, 2019
@maartenbreddels maartenbreddels deleted the feat_parallel_evaluate branch November 26, 2019 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant