in reply to computational efficiency
You might want to look at PDL, or make a custom Inline::C program to do the calculations. PDL uses very fast Fortran routines to do it's math. Plain Perl's math is slowed down by the overhead it uses on maintaining variable type, so it is not best for computational efficiency.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: computational efficiency
by etj (Priest) on May 24, 2022 at 23:46 UTC |