Parallel reads on std.container.array.Array

Arun Chandrasekaran aruncxy at gmail.com
Sat Dec 9 01:34:40 UTC 2017


So I tried the same on Haswell processor with LDC 1.6.0 and it 
crashes

```
=== Starting D version ===
Took 1 sec, 107 ms, and 383 μs to load 1000000 items. Gonna 
search in parallel...
*** Error in `./dmain-ldc': double free or corruption (fasttop): 
0x0000000000edc6e0 ***
*** Error in `./dmain-ldc': double free or corruption (fasttop): 
0x0000000000edc6e0 ***
```

DMD on the other hand takes forever to run and doesn't complete.


More information about the Digitalmars-d-learn mailing list