Sebastian Thurm
Sebastian Thurm
make lint $ make lint isort --check-only --recursive ta test prospector test/ Traceback (most recent call last): File "/home/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master ws.require(__requires__) File "/home/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require...
I would like to use the example of the simple moving average (sma) to show what performance jumps are possible with numba. I think numba is best suited to speed...
Refactoring the mem use function so that it does not allocate memory and is decoupled from the trajectory array.
## 🚀 Feature Request In order to test the various algorithms, a series of benchmarks must be created. This is best done with proven third-party tools. In addition, synthetic benchmarks...