psambit9791 / jdsp

A Java Library for Digital Signal Processing
https://jdsp.dev
MIT License
240 stars 45 forks source link

[IMP] Improved the prominence calculation time. #58

Closed emlafza closed 1 year ago

emlafza commented 1 year ago

The prominence calculation take long time in case of large number of signal data.

This PR is intended to improve this process.

psambit9791 commented 1 year ago

@emlafza Thanks for the PR. Can you merge to the dev branch instead of master? Master is only meant to hold the code for release-ready candidates.

emlafza commented 1 year ago

@emlafza Thanks for the PR. Can you merge to the dev branch instead of master? Master is only meant to hold the code for release-ready candidates.

Hi @psambit9791 , thank you for the information; I changed the base of the PR.