Blogpost about parallelizing Datacat with std.parallelism

Joakim Brännström notfornow at dev.null.com
Thu Jul 26 12:13:01 UTC 2018


Hello,

I've written up a blog post[0] of my explorations when 
parallelizing Datacat[1].
It is my thoughts, failures and successes when I wanted to 
improve the performance by leveraging std.parallelism.

The implementation[2] where "easy" but how to get there wasn't. 
At least for me. Now in hindsight I know what I should have done 
but that is the wisdom of looking back.

[0] 
https://github.com/joakim-brannstrom/blog/blob/master/posts/2018-07-24.md
[1] https://github.com/joakim-brannstrom/datacat
[2] https://github.com/joakim-brannstrom/datacat/pull/6

Regards, Joakim


More information about the Digitalmars-d-announce mailing list