Skip to content

Specialised requests#41

Open
kantp wants to merge 1 commit intofacebook:mainfrom
kantp:specialised-requests
Open

Specialised requests#41
kantp wants to merge 1 commit intofacebook:mainfrom
kantp:specialised-requests

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).
@kantp kantp force-pushed the specialised-requests branch from cf2fd29 to 807696a Compare February 5, 2016 20:29
@ghost ghost added the CLA Signed label Jul 12, 2016
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