Closed yshui closed 9 years ago
This parallelized version is not significantly faster than the non-parallel version, probably because the GC allocator of D has to acquire a global lock each time a thread allocates.
This parallelized version is not significantly faster than the non-parallel version, probably because the GC allocator of D has to acquire a global lock each time a thread allocates.