You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realized there is this magic number in the code. I think this is to balance the number of summations needed for the early exit vs. the gains from exiting early.
I don’t know why it’s this particular number. I wonder if we should benchmark this. Also using modulo 100 probably isn’t the most obvious thing; I’d expect something modulo base 2.
The text was updated successfully, but these errors were encountered:
https://github.com/iver56/fast-align-audio/blob/main/fast_align_audio/_faa.c#L24
I just realized there is this magic number in the code. I think this is to balance the number of summations needed for the early exit vs. the gains from exiting early.
I don’t know why it’s this particular number. I wonder if we should benchmark this. Also using modulo 100 probably isn’t the most obvious thing; I’d expect something modulo base 2.
The text was updated successfully, but these errors were encountered: