Closed s-leroux closed 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.
column.Column
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.