... | ... | @@ -100,3 +100,5 @@ The function calls are timed for 5000 iterations using PyInstrument to determine |
|
|
| ROQ | 29.995 | 23.327 | 6.101 |
|
|
|
|
|
|
In `frequency_domain_strain`, `lal_binary_black_hole` is replaced with `binary_black_hole_roq`, which gives a 3.8x speedup. However, calculating the SNRs in `calculate_snrs` is only 1.4x faster. This limits the speedup, since `calculate_snrs` accounts for over twice as much time as `frequency_domain_strain`.
|
|
|
|
|
|
The majority of this time is spent initialising and calling SciPy's `interp1d`. |
|
|
\ No newline at end of file |