nardew / talipp

talipp - incremental technical analysis library for python
https://nardew.github.io/talipp
MIT License
367 stars 59 forks source link

Speed up WMA by removing the for loop and repeated len() calls #161

Open lkaino opened 1 month ago

nardew commented 1 month ago

Hi @lkaino , thanks a lot for this. Before moving forward, could you please finish rest of the changes such that tests are passing after your change?