-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiling & optimization #11
Comments
This was referenced Dec 2, 2022
Merged
I tried several implementations including Numpy (multiple variants), Pandas, Polars, Numba (multiple variants). Numpy structured arrayPro:
Cons:
Pandas multi-index DataFrames (#4 )Pro:
Cons:
Polars DataFramesPro:
Cons:
NumbaPro:
Cons:
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the key data part is implemented using numpy structured arrays.
An alternative approach I tried used pandas multi-index DataFrames (#4 ).
This issue is to explore/discuss different implementations and their performance.
The text was updated successfully, but these errors were encountered: