Passing large or complex data structures to threads

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Sun May 26 05:08:32 PDT 2013


On 05/24/2013 05:59 PM, Ali Çehreli wrote:
> The following simple example uses mutable data but it should work with 'const' too.

Limiting ourselves to read-only, won't there still be a slowdown caused by
multiple threads trying to access the same data?  The particular case I have
will involve continuous reading from the data concerned.


More information about the Digitalmars-d-learn mailing list