You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great library! I really like that the emphasis on performance, this is very important to our project. However, I think its API can be improved a bit, so that its usage would be more in line with existing numerical types int and double. Here is what I have in mind:
add fromByteArray constructor
annotate all public methods with types of the return values
provide a standard method for parsing, like int does: BigIntger parse(String source, radix, onError(String source) });
add toDouble() method
implement Comparable
Would you please consider making those changes?
The text was updated successfully, but these errors were encountered:
Thanks for the great library! I really like that the emphasis on performance, this is very important to our project. However, I think its API can be improved a bit, so that its usage would be more in line with existing numerical types int and double. Here is what I have in mind:
BigIntger parse(String source, radix, onError(String source) });
Would you please consider making those changes?
The text was updated successfully, but these errors were encountered: