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

Optimise unpacking by using single match context #30

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
It gives great speedup for complex structures while degrade
performance for plain long collections (though, it is still way faster than
original).
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.

None yet

1 participant