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

Use an efficient data structure #1

Open
Raynos opened this issue Feb 23, 2014 · 0 comments
Open

Use an efficient data structure #1

Raynos opened this issue Feb 23, 2014 · 0 comments

Comments

@Raynos
Copy link
Owner

Raynos commented Feb 23, 2014

observ-hash contains an immutable value, it is immutable because we use extend() to shallow clone before mutations.

We should have alternative implementations of immutable data structures with benchmarks.

This can become a serious bottleneck in the implementation of application state.

cc @ljharb @Matt-Esch (any advice on immutable is appreciated)

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