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

Refactor access rights in vtkPlusDevice #99

Open
Sunderlandkyl opened this issue Sep 21, 2017 · 1 comment
Open

Refactor access rights in vtkPlusDevice #99

Sunderlandkyl opened this issue Sep 21, 2017 · 1 comment

Comments

@Sunderlandkyl
Copy link
Contributor

Sunderlandkyl commented Sep 21, 2017

Disable access to data sources, force all devices to request data from previous device in the pipeline, extract/copy any necessary data and place in new output channel.

This will increase memory requirements but provide a safer, cleaner, less bug-prone implementation.

Migrated from https://app.assembla.com/spaces/plus/tickets/756/details

@Sunderlandkyl
Copy link
Contributor Author

2013-05-07 18:03
Andras Lasso
Is it going to have a performance impact as well (extra copying)? Would be useful to do some performance testing to make sure the overhead of any extra copying and synchronization is negligible. With duplication of data it may be even possible that the performance will increase (as there may be less overhead in synchronization), but it's difficult to predict without actually trying it.

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

No branches or pull requests

1 participant