On Sunday, 27 August 2017 at 01:58:04 UTC, Jonathan M Davis wrote:
[...]
Thanks Jonathan, that makes sense. As it turns out, the Mutex
approach actually makes things slower. In this case I believe
trying to use multiple cores isn't worth it.
Cheers.
On Sunday, August 27, 2017 00:26:33 Andrew Chapman via Digitalmars-d-learn
wrote:
> Hi all, just wanting some advice on parallel processing and
> specifically how to deal with access violations.
>
> I am reading a list of words from a file like this:
>
> auto fileHandle = File("wordlist.txt", "r")