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

Bump ch.randelshofer:fastdoubleparser from 0.5.3 to 0.7.0 #96

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps ch.randelshofer:fastdoubleparser from 0.5.3 to 0.7.0.

Release notes

Sourced from ch.randelshofer:fastdoubleparser's releases.

Fixes issue #26 "Parsing of hexadecimal floating point numbers" and improves performance.

Improves worst-case performance of BigDecimal and BigInteger parsers by factor 10. The BigInteger parser in class JavaBigIntegerParser is now compatible with the constructor new BigInteger(String val,int radix).

JavaBigIntegerParser throws now a NumberFormatException instead of returning a bogus result, when the input string contains a sequence of more than thousand characters instead of digits.

Commits
  • 52d3686 Thy branchy code is faster than the branch-less code in method lookupHex(char).
  • a8c0bdc We do not need a fallback.
  • 85a1076 Implement lookup of hex digits with branchless code.
  • d5a924b Increase size of ROOTS_CACHE2_SIZE and ROOTS3_CACHE_SIZE.
  • 43b48c6 Improve performance of method FftMultiplier.calculateRootsOfUnit(int).
  • 3c62b5e Update copyright.
  • 650a480 Improve deployment.md.
  • 4f54fea Merge remote-tracking branch 'origin/main' into dev
  • 281274e Improve run configurations. Minor fixes.
  • 86c2df1 Update README. Include canada_hex.txt into CI scripot.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2023
@devinrsmith
Copy link
Member

I did some performance benchmarking, JMH for io.deephaven.csv.benchmark.doublecol.DoubleColumnBenchmark.deephaven looked equivalent.

@devinrsmith devinrsmith self-assigned this Feb 27, 2023
Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 0.5.3 to 0.7.0.
- [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases)
- [Commits](wrandelshofer/FastDoubleParser@v0.5.3...v0.7.0)

---
updated-dependencies:
- dependency-name: ch.randelshofer:fastdoubleparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/ch.randelshofer-fastdoubleparser-0.7.0 branch from 4508a5b to 95fbc22 Compare February 27, 2023 19:12
Copy link
Contributor

@kosak kosak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, thanks for doing this.

@devinrsmith devinrsmith merged commit 59ca61e into main Feb 27, 2023
@devinrsmith devinrsmith deleted the dependabot/gradle/ch.randelshofer-fastdoubleparser-0.7.0 branch February 27, 2023 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants