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

Specialised requests #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kantp
Copy link

@kantp kantp commented Feb 5, 2016

This is a suggestion for the use case mentioned in the discussion in #40: to avoid scheduling of requests when the results can be inferred from requests that have already been performed.

Sometimes, one request is a special case of a more general request.  In
case the general case has already been requested, we can avoid
scheduling the special request, and determine its result from the result
of the more general request.

An example would be determining the number of some xs (the special case)
and retrieving the xs (the general case).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants