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

Improve pandas dataframe allocation #23

Closed
dovahcrow opened this issue Mar 2, 2021 · 1 comment
Closed

Improve pandas dataframe allocation #23

dovahcrow opened this issue Mar 2, 2021 · 1 comment

Comments

@dovahcrow
Copy link
Member

Currently it takes 30s for allocating the tpch lineitem x 10 table. To compare, rust requires 10us (maybe unfair), pure numpy takes 4 secs.

@dovahcrow
Copy link
Member Author

  • use object instead of the string extension array.
  • allocate blocks instead of column by column.

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

No branches or pull requests

2 participants