Skip to content

Optimise unpacking by using single match context #30

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

Merged
merged 18 commits into from
Apr 15, 2017
Merged

Conversation

lexmag
Copy link
Owner

@lexmag lexmag commented Apr 8, 2017

It gives minimum 20% speedup for highly nested complex data structures, and around 42% speedup for somewhat long maps or lists.

@lexmag lexmag force-pushed the am/single-match branch 11 times, most recently from 9ff9683 to 796e99a Compare April 11, 2017 00:14
lexmag added 5 commits April 11, 2017 02:27
It gives great speedup for complex structures while degrade
performance for plain long collections (though, it is still way faster than
original).
@lexmag lexmag merged commit 08e9dcf into master Apr 15, 2017
@lexmag lexmag deleted the am/single-match branch April 15, 2017 23:31
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.

1 participant