libSGM icon indicating copy to clipboard operation
libSGM copied to clipboard

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

Open NiuKeke opened this issue 5 years ago • 4 comments

NiuKeke avatar Aug 06 '19 09:08 NiuKeke

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 avatar Aug 06 '19 09:08 NiuKeke

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.

NiuKeke avatar Aug 06 '19 10:08 NiuKeke

Hi, @NiuKeke

npp library is much more slower

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

atakagi-fixstars avatar Aug 06 '19 11:08 atakagi-fixstars

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.

NiuKeke avatar Aug 07 '19 01:08 NiuKeke