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 schema download #433

Closed
111pontes opened this issue Mar 31, 2017 · 2 comments
Closed

Optimize schema download #433

111pontes opened this issue Mar 31, 2017 · 2 comments
Labels

Comments

@111pontes
Copy link
Collaborator

libydk downloads models based on device capabilities. Building this model cache can become a performance bottleneck. Building the model cache can take over 10min and a separate cache is built per device. Running an app could take unusually long for the first time on any real network.

@111pontes 111pontes added the C++ label Mar 31, 2017
@psykokwak4
Copy link
Contributor

#496 #499 #502

@111pontes
Copy link
Collaborator Author

Addressed by the the PRs referenced above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants