cristian-bicheru / fast-ta

Python Technical Analysis Library For Big Data
https://fast-ta.readthedocs.io/en/latest/index.html
MIT License
10 stars 4 forks source link

Convert In-place Functions To Functions Which Specifiy Storage Destination #8

Closed cristian-bicheru closed 4 years ago

cristian-bicheru commented 4 years ago

Prevents code duplication, allows for increased memory efficiency in certain situations.

cristian-bicheru commented 4 years ago

Completed.