Parallel ranges, how?
Simen kjaeraas
simen.kjaras at gmail.com
Sun May 30 14:47:52 PDT 2010
Philippe Sigaud <philippe.sigaud at gmail.com> wrote:
> I don't know if that'd help you, but did you have a look at David
> Simcha's
> parallelFuture module?
>
> http://cis.jhu.edu/~dsimcha/parallelFuture.html
Looked at it now. It's not exactly what I was thinking.
parallelFuture foes the foreach in one thread, and work in others,
whereas my problem is that of iterating over the thread in two or
more thread simultaneously, while giving each thread a unique
selection of items. Not entirely sure this is a good way to do it,
but it certainly is *a* way, and it may have its uses.
--
Simen
More information about the Digitalmars-d-learn
mailing list