You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
danieleds
changed the title
Parallelizzazione algoritmo Fill
Fill algorithm parallelization
Aug 4, 2014
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.
The text was updated successfully, but these errors were encountered: