You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: light-curve/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -609,22 +609,22 @@ Here we benchmark the Rust implementation (`rust`) versus [`feets`](https://feet
609
609
package and
610
610
our own Python implementation (`lc_py`) for a light curve having n=1000 observations.
611
611
612
-

612
+

613
613
614
614
The plot shows that the Rust implementation of the package outperforms other ones by a factor of 1.5—50.
615
615
This allows to extract a large set of "cheap" features well under one ms for n=1000.
616
616
The performance of parametric fits (`BazinFit` and `VillarFit`) and `Periodogram` depend on their parameters,
617
617
but the
618
618
typical timescale of feature extraction including these features is 20—50 ms for few hundred observations.
619
619
620
-

620
+

621
621
622
622
Benchmark results of several features for both the pure-Python and Rust implementations of the "light-curve"
623
623
package, as
624
624
a function of the number of observations in a light curve. Both the x-axis and y-axis are on a logarithmic
625
625
scale.
626
626
627
-

627
+

628
628
629
629
Processing time per a single light curve for extraction of features subset presented in first benchmark versus
0 commit comments