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
unsure if this will improve the performance, but seems worth exploring 👀
I believe we could use smallvec to write the output (usize array) of the downsampling methdos to. Currently we use Array1, but using smallvec could result in a performance boost 🙏
unsure if this will improve the performance, but seems worth exploring 👀
I believe we could use smallvec to write the output (usize array) of the downsampling methdos to. Currently we use
Array1
, but usingsmallvec
could result in a performance boost 🙏TODOs
MinMaxDownsampler
with x does not scale well to largen_out
#14)smallvec
for thisCredits to this PR, from which I borrowed this idea!
The text was updated successfully, but these errors were encountered: