Leverage new numbers.js functionality
With the new built in numbers.js library, should we refactor existing code to take advantage of the constant time lookup for numbers?
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/Syeoryn/constant.js/issues/4 .
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.