[
https://issues.apache.org/jira/browse/GEOMETRY-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17026274#comment-17026274
]
Alex Herbert commented on GEOMETRY-75:
--------------------------------------
I am currently working on a hypot implementation for use in Complex. It was
changed in JDK9 for a much faster implementation due to performance problems
(with the same computation). Which JDK are you running for the benchmark? If
you are using JDK 8 you will see a 7x speed-up in JDK 9+.
>From what I know the computation takes about 75% of its runtime or more for
>the over/underflow protection. Do you need to have this functionality?
> Performance Test Module
> -----------------------
>
> Key: GEOMETRY-75
> URL: https://issues.apache.org/jira/browse/GEOMETRY-75
> Project: Apache Commons Geometry
> Issue Type: Task
> Reporter: Matt Juntunen
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add a module for executing performance tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)