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

Leverage new numbers.js functionality #4

Open
rcpeng34 opened this issue Apr 26, 2014 · 2 comments
Open

Leverage new numbers.js functionality #4

rcpeng34 opened this issue Apr 26, 2014 · 2 comments

Comments

@rcpeng34
Copy link
Contributor

With the new built in numbers.js library, should we refactor existing code to take advantage of the constant time lookup for numbers?

@Syeoryn
Copy link
Owner

Syeoryn commented Apr 26, 2014

Most definitely. Good thinking!

---Drew
On Apr 26, 2014 10:07 AM, "Rick Peng" [email protected] wrote:

With the new built in numbers.js library, should we refactor existing code
to take advantage of the constant time lookup for numbers?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4
.

@reem
Copy link
Contributor

reem commented Apr 26, 2014

numbers.js has only been built to handle numbers under 1,000,000! After much thought I have determined that this is the best way to handle constant time number lookups - anything higher would have caused a space-time rift.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants