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

Avoid irrelevant checks in getindex and setindex! #143

Merged
merged 2 commits into from
Dec 5, 2017
Merged

Conversation

lbenet
Copy link
Member

@lbenet lbenet commented Dec 4, 2017

This PR erases some @asserts and other bound-checking instructions which I introduced while implementing #135. They induce a general slowdown and are not necessary.

@coveralls
Copy link

coveralls commented Dec 4, 2017

Coverage Status

Changes Unknown when pulling 44ac599 on improve_perf into ** on master**.

@lbenet
Copy link
Member Author

lbenet commented Dec 5, 2017

Rebased to current master; once travis finishes, this is ready for being merged.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 5454cfb on improve_perf into ** on master**.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 97.324% when pulling 419d0ef on improve_perf into c00bae7 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 97.324% when pulling 419d0ef on improve_perf into c00bae7 on master.

@lbenet lbenet merged commit 10ab42c into master Dec 5, 2017
@lbenet lbenet deleted the improve_perf branch December 5, 2017 15:49
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