Skip to content
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

Why did it use the median function which is implemented by yourself instead of the npp library function? #45

Open
NiuKeke opened this issue Aug 6, 2019 · 4 comments

Comments

@NiuKeke
Copy link

NiuKeke commented Aug 6, 2019

No description provided.

@NiuKeke
Copy link
Author

NiuKeke commented Aug 6, 2019

Why did it use the median function which is implemented by yourself instead of the npp library function? The npp library has the median function,so we can use it directly,but why you didn't use it ?

@NiuKeke
Copy link
Author

NiuKeke commented Aug 6, 2019

I have found that the median function of npp library is much more slower than you guys have implemented which is the reason of not using the npp library.

@atakagi-fixstars
Copy link
Contributor

Hi, @NiuKeke

npp library is much more slower

Yes, that's right.
I guess npp is not been maintained for a long time.

@NiuKeke
Copy link
Author

NiuKeke commented Aug 7, 2019

Hi, @NiuKeke

npp library is much more slower

Yes, that's right.
I guess npp is not been maintained for a long time.
But i don't know if the all function of npp are slowly.Maybe,it's just the median function is slowly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants