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

WIP: improve performance #38

Merged
merged 12 commits into from
Jan 8, 2018
Merged

WIP: improve performance #38

merged 12 commits into from
Jan 8, 2018

Conversation

mweststrate
Copy link
Collaborator

Should address concerns in #26 / #27.

Not entirely done, but results are very promising :)

    ✓ just mutate (3ms)
    ✓ deepclone, then mutate (417ms)
    ✓ handcrafted reducer (20ms)
    ✓ immutableJS (71ms)
    ✓ immer (proxy) - with autofreeze (118ms)
    ✓ immer (proxy) - without autofreeze (39ms)
    ✓ immer (es5) - with autofreeze (421ms)
    ✓ immer (es5) - without autofreeze (401ms)

@mweststrate mweststrate merged commit 670fcff into master Jan 8, 2018
@aleclarson aleclarson deleted the feature/performance branch November 30, 2018 19:51
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

Successfully merging this pull request may close these issues.

2 participants