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 🙏
TODOs
Credits to this PR, from which I borrowed this idea!
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 usingsmallveccould result in a performance boost 🙏TODOs
MinMaxDownsamplerwith x does not scale well to largen_out#14)smallvecfor thisCredits to this PR, from which I borrowed this idea!