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

How to improve performance for large datasets #265

Open
johannesjo opened this issue May 3, 2017 · 0 comments
Open

How to improve performance for large datasets #265

johannesjo opened this issue May 3, 2017 · 0 comments

Comments

@johannesjo
Copy link

In an offline application I'm developing I have quite a big dataset I'm currently managing with ngStorage. I'm wondering if there is a smart way to improve the performance. While some of the data is read only most of the time. That every change to the storage triggers a $rootScope.$apply() and the storage is updated on every $digest cycle is quite a hit on the performance. Is there a way to decouple spefic datasets while leaving others untouched or maybe another smart way to improve the performance for my use case?

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