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

prime-factors: Use int64 so things work in 32 bit environments. #161

Merged
merged 1 commit into from
Apr 11, 2015

Conversation

soniakeys
Copy link
Contributor

Also other small changes: Add testVersion, remove sort and instead document
that the solver must return factors in increasing order, and fix benchmark
to time all test cases.

First of three PRs to address 32 bit environments. This one should be non-controversial. The API will now use int64s instead of ints.

Also other small changes: Add testVersion, remove sort and instead document
that the solver must return factors in increasing order, and fix benchmark
to time all test cases.
soniakeys added a commit that referenced this pull request Apr 11, 2015
prime-factors:  Use int64 so things work in 32 bit environments.
@soniakeys soniakeys merged commit ba7a22a into master Apr 11, 2015
@soniakeys soniakeys deleted the prime64 branch April 11, 2015 22:59
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