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

Implement an efficient Int.prototype.eq0 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Grahack
Copy link

@Grahack Grahack commented Apr 24, 2015

It is between 50 and 100 times faster that .eq(0), and quite often needed (just a guess).
I realize I didn't write tests. Sorry about that but I don't have much time to do more.

It is between 50 and 100 times faster that .eq(0), and quite often needed (just a guess).
@Grahack
Copy link
Author

Grahack commented Apr 24, 2015

BTW, eq0 could be used in the first lines of Int.prototype.div.

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