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

Performance: zebra_append_column etc should copy multiple values #36

Open
amosr opened this issue Dec 13, 2016 · 0 comments
Open

Performance: zebra_append_column etc should copy multiple values #36

amosr opened this issue Dec 13, 2016 · 0 comments

Comments

@amosr
Copy link
Contributor

amosr commented Dec 13, 2016

Low priority, currently 0% of time in profile
(but this will grow once #37 is fixed)

Nested arrays are a problem because zebra_append_column and zebra_append_table only push one value to the end at a time. Appending arrays need many values. So this ends up traversing the structure more than necessary.

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

1 participant