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

Fill algorithm parallelization #13

Open
danieleds opened this issue Aug 4, 2014 · 0 comments
Open

Fill algorithm parallelization #13

danieleds opened this issue Aug 4, 2014 · 0 comments

Comments

@danieleds
Copy link
Contributor

It should be possible, in theory, to parallelize the Fill algorithm. We can't because of a bug in node-webkit about inter-process communication (nwjs/nw.js#213).

The alternatives to IPC via fork() are too slow for our purposes.

@danieleds danieleds changed the title Parallelizzazione algoritmo Fill Fill algorithm parallelization Aug 4, 2014
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