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

Map performance tests #79

Merged
merged 4 commits into from
Sep 16, 2016
Merged

Map performance tests #79

merged 4 commits into from
Sep 16, 2016

Conversation

boulter
Copy link
Contributor

@boulter boulter commented Sep 16, 2016

Resolving expressions that call map.get() are more than twice as fast as resolving expressions that result in a method invocation. This adds some test to confirm expression resolution on some custom map objects and a performance test.

map resolver with 1000000 iterations
2793 msec
method resolver with 1000000 iterations
7566 msec

@boulter boulter merged commit 7b7bc09 into master Sep 16, 2016
@boulter boulter deleted the map-performance branch September 16, 2016 15:21
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