-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nanmedian might be slower than a naive implementation #41
Comments
Base's sort has gotten really fast lately, so it may be worth reworking this to use that instead of rolling our own here..
|
c66fc41 mostly fixes this by switching to Base's
|
and for smaller arrays we're still looking good I think
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We were discussing some NaN-issues in Firionus/FastRunningMedian.jl#21 and @berjine noticed that
nanmedian
seems slower than a quick workaround implementation of mine.script.jl:
Manifest.toml
I'm not familiar enough with this library to comment whether this is expected or not. Just wanted to give you a heads up 😊
The text was updated successfully, but these errors were encountered: