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
Coefficient caching/hashing a la memoization might be a cool thing to explore but probably wait for user complaints and profiling stats before putting too much effort into optimizations.
The concern is that in multichannel versions the amount of time to compute the coefficients for N channels will O(N) whereas it could be close to O(1) with some kind of memoization.
The text was updated successfully, but these errors were encountered:
Coefficient caching/hashing a la memoization might be a cool thing to explore but probably wait for user complaints and profiling stats before putting too much effort into optimizations.
The concern is that in multichannel versions the amount of time to compute the coefficients for N channels will O(N) whereas it could be close to O(1) with some kind of memoization.
The text was updated successfully, but these errors were encountered: