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

Improve performance for read-only data with Vue using Object.freeze #90

Closed
David-Desmaisons opened this issue Nov 5, 2018 · 3 comments

Comments

@David-Desmaisons
Copy link
Member

Reference: vuejs/vue#4384

@David-Desmaisons David-Desmaisons self-assigned this Nov 5, 2018
David-Desmaisons added a commit that referenced this issue Nov 5, 2018
David-Desmaisons added a commit that referenced this issue Nov 5, 2018
David-Desmaisons added a commit that referenced this issue Nov 6, 2018
David-Desmaisons added a commit that referenced this issue Nov 6, 2018
David-Desmaisons added a commit that referenced this issue Nov 7, 2018
David-Desmaisons added a commit that referenced this issue Nov 7, 2018
@mrtylerzhou
Copy link

thumb up

David-Desmaisons added a commit that referenced this issue Nov 9, 2018
David-Desmaisons added a commit that referenced this issue Nov 10, 2018
@David-Desmaisons
Copy link
Member Author

Issue a benchmark viewmodel consisting in 27.931 objects (using Example.Test.Perf.Cfx.Vue)
Before:

before-30

After:

after-30-full

Memory reduced 5 times!!

@David-Desmaisons
Copy link
Member Author

Will be resolved in version 1.4.0

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

No branches or pull requests

2 participants