So far, everything in this library is based on `list` objects, and we all know how slow python can be... TODO: - [ ] Search as much as I can for speedup oportunities based on numpy arrays migration from python `list` objects. Let C calculate instead of only Python. - [ ] Implement, commit, Pull to develop and then to master
So far, everything in this library is based on
listobjects, and we all know how slow python can be...TODO:
listobjects. Let C calculate instead of only Python.