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

pytree: support nested vectors #6

Open
cshimmin opened this issue Feb 11, 2014 · 0 comments
Open

pytree: support nested vectors #6

cshimmin opened this issue Feb 11, 2014 · 0 comments

Comments

@cshimmin
Copy link
Owner

Currently pytree can infer nested types and create branches for them, but I need to do a bit more work to actually automate the write-out. Mostly this is problematic because nested vectors implies you'll have to create new vector objects for every fill. And often this is not exactly what we want; it would sometimes be better to only clear()/push_back() on the innermost vectors. How to deal?

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

1 participant