-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add in JNumber number conversions #37
Comments
There is now a constructedFlag which tracks how a JNumber is created
+1 |
I like it, would be good to have that! About the ScalaMeter tests, it's possible that you would get a better accuracy by adding a loop inside the benchmarked snippet (to increase the number of iterations). About the |
Thanks, I will add more benchmarks + add this inner loop
Try, I use
|
Makes sense! |
* Also removed JNumber double constructor for Scala.js
In response to #17 (comment), we should add JNumber converters to various number formats (since its likely most users will get this wrong)
The text was updated successfully, but these errors were encountered: