bootphon / pygamma-agreement

Gamma Agreement in Python
MIT License
40 stars 8 forks source link

Fast gamma improvement #28

Closed ghost closed 2 years ago

ghost commented 2 years ago

This PR introduces the fast-gamma, a significant improvement to the gamma algorithm in terms of computing time and memory usage. This finally makes the library somewhat viable for real input, since the computing times weren't realistically exploitable before. Explanations of the algorithm, its performance gains, and its precision are available in the "Performances" section of the documentation.

More tests and improvements are on the way.