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
First of all very cool library, I was looking for something like this for a while. Curious why Float64 is faster. I assume under the hood type conversion?
@ion-elgreco
does it make sense to cast the type from float64 to float32 before processing the data? For example, the calculation of moving averages and shifts. Or should it be done only before saving to disk to save space?
First of all very cool library, I was looking for something like this for a while. Curious why Float64 is faster. I assume under the hood type conversion?
109 ms ± 5.68 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)
631 ms ± 11.9 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
The text was updated successfully, but these errors were encountered: