Performance of OnlineFilter.ProcessSamples
#29
Unanswered
ChristoWolf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I had a quick look at the code for
OnlineFilter.ProcessSamples
and was wondering about its performance.At first, naive glance, it seems to me that it could be optimized by not creating and filling an array with the filtered samples and instead manipulating the input array directly.
I'll try to benchmark these approaches to see the difference.
Also, I am not sure what the documentation of
OnlineFilter
implies/entails.Would be nice if someone could elaborate.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions