-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue #80: Bug in large array size inputs for JavaBigDecimalParse…
…r.parseBigDecimal. AbstractBigDecimalParserTest.java: - Add a test for the input value that reproduces the problem. JavaBigDecimalFromByteArray.java, JavaBigDecimalFromCharArray.java, JavaBigDecimalFromCharSequence.java: - Fix the off-by-one issue in JavaBigDecimalFromCharArray. - Harmonize the code in all 3 implementations. Strings.java, FftMultiplierTest.java, JmhBigDecimalScalability.java, JmhDoubleScalability.java, JmhJavaBigIntegerFromByteArrayScalability.java, JmhJavaDoubleFromCharSequenceScalability.java: - Implement a better method for creating Strings from repeated characters.
- Loading branch information
1 parent
13272f5
commit e388c78
Showing
10 changed files
with
107 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.