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

[Python] Improve performance of appending nested NumPy arrays in builtin_convert.cc #15756

Closed
asfimport opened this issue Jul 23, 2018 · 1 comment

Comments

@asfimport
Copy link
Collaborator

See discussion and benchmarks in

#2308

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-2900. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
about 8-10x faster after ARROW-2814

$ python -m timeit -s "import numpy as np, pyarrow as pa; data = [np.arange(10000)]" "pa.array(data)"
10000 loops, best of 3: 120 usec per loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants