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

Remove object_hook from update_from_external_object #50

Merged
merged 2 commits into from
Dec 5, 2017

Conversation

jamadden
Copy link
Member

@jamadden jamadden commented Dec 4, 2017

Refs #29

Relevant benchmarks before (cpython 2.7):

.bm_simple_iface: fromExternalObject: Mean +- std dev: 168 us +- 7 us
.bm_simple_registered_class: fromExternalObject: Mean +- std dev: 38.8 us +- 16.3 us

After:

.bm_simple_iface: fromExternalObject: Mean +- std dev: 164 us +- 10 us
.bm_simple_registered_class: fromExternalObject: Mean +- std dev: 32.8 us +- 1.7 us

Refs #29

Relevant benchmarks before (cpython 2.7):

nti.externalization.tests.benchmarks.bm_simple_iface: fromExternalObject: Mean +- std dev: 168 us +- 7 us
nti.externalization.tests.benchmarks.bm_simple_registered_class: fromExternalObject: Mean +- std dev: 38.8 us +- 16.3 us

After:

nti.externalization.tests.benchmarks.bm_simple_iface: fromExternalObject: Mean +- std dev: 164 us +- 10 us
nti.externalization.tests.benchmarks.bm_simple_registered_class: fromExternalObject: Mean +- std dev: 32.8 us +- 1.7 us
Copy link
Contributor

@papachoco papachoco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jamadden jamadden merged commit fcccc8f into master Dec 5, 2017
@jamadden jamadden deleted the drop-object-hook branch December 5, 2017 14:36
@jamadden
Copy link
Member Author

jamadden commented Dec 5, 2017

Thanks!

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

2 participants