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

optimize the Cartesian Operator #57

Open
1 of 4 tasks
bigerl opened this issue Oct 9, 2020 · 0 comments
Open
1 of 4 tasks

optimize the Cartesian Operator #57

bigerl opened this issue Oct 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bigerl
Copy link
Member

bigerl commented Oct 9, 2020

The Cartesian operator should:

  • estimate which is the largest of its operands (which it should iterate)
  • calculate it's operand's results in parallel (all of them exept the one which is evaluated live)
  • advanced: calculate all operand's results in advance and start returning results as soon as all but one have finished
  • even more advanced: start returning results immediately as soon as each of it's operands has calculated at least one result
@bigerl bigerl added the enhancement New feature or request label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant