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

PixelImage.buffer is implemented in parallel #52

Open
sschoenborn opened this issue Apr 27, 2017 · 0 comments
Open

PixelImage.buffer is implemented in parallel #52

sschoenborn opened this issue Apr 27, 2017 · 0 comments

Comments

@sschoenborn
Copy link
Contributor

The parallel implementation of PixelImage.buffer causes undeterministic calculation of image values of functions used to create the image contain side-effects, e.g. a random image. The order of execution is random. We should fix this implementation to be serial and maybe add a further explicitly parallel version for users knowing they wont have side-effects.

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