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

feature: add dataloader to cache some requested data #56

Open
lowsky opened this issue Nov 19, 2017 · 0 comments
Open

feature: add dataloader to cache some requested data #56

lowsky opened this issue Nov 19, 2017 · 0 comments

Comments

@lowsky
Copy link
Owner

lowsky commented Nov 19, 2017

Dataloader library allows to cache requests which would normally lead to a huge "load",
Typical example:
loading the Twitter follower's followers which would lead to loading some followers more than one time, even while it was already fetched, e.g.
Follower X -> follows Y and
follower Y also follows X
-> here we want to optimize it to only fetch X and Y once.

See https://github.com/facebook/dataloader

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

No branches or pull requests

1 participant