Skip to content
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

Migrate from ndarray to arrow/arrow2 #116

Open
hombit opened this issue Mar 2, 2023 · 0 comments
Open

Migrate from ndarray to arrow/arrow2 #116

hombit opened this issue Mar 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@hombit
Copy link
Member

hombit commented Mar 2, 2023

Our array storage and interface are currently bound to ndarray crate. However it looks like arrow or arrow2 could be used for:

  1. making our code faster since lazy evaluation and some SIMD-based kernels (could require night Rust though) and
  2. inter-opting with pyarrow in light-curve-python.
@hombit hombit added the enhancement New feature or request label Mar 2, 2023
@hombit hombit changed the title Replace ndarray with arrow/arrow2 Migrate from ndarray to arrow/arrow2 Mar 2, 2023
@hombit hombit transferred this issue from light-curve/light-curve-python May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant