Identify trigonometrical operations

Bug #1209779 reported by Richard Gomes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
JQuantLib
New
Medium
Unassigned

Bug Description

Trigonometrical operations are known to perform badly in Java.
http://www.jquantlib.org/index.php?title=DesignPerformance

This task consists on identifying if we are calling trigonometrical operations.
If positive, please open more issues for discussion and resolution.

Tags: code-review
Revision history for this message
Richard Gomes (frgomes) wrote :

This command is handy:

find . -name '*.java' -exec grep -H -E -r -e 'Math\.' {} \; | fgrep -v sqrt | fgrep -v exp | fgrep -v min | fgrep -v max | fgrep -v log | fgrep -v abs | fgrep -v round | fgrep -v pow | fgrep -v PI | fgrep -v random | fgrep -v floor | fgrep -v ulp

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.