s-leroux / fin

Set of tools for personal investment
MIT License
1 stars 0 forks source link

Cythonize `column.Column` #8

Closed s-leroux closed 1 year ago

s-leroux commented 1 year ago

One path to improve performance is by using Cython to perform calculations natively without the Python float overhead.

As an experiment, we may try to implement column.Column with Cython to store values as a native array of float.