Re: Hunt framework 1.2.0 released

2018-07-26 Thread Steven Schveighoffer via Digitalmars-d-announce
On 7/17/18 2:49 PM, Brian wrote: On Tuesday, 17 July 2018 at 11:10:07 UTC, Suliman wrote: On Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote: Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from

Re: Blogpost about parallelizing Datacat with std.parallelism

2018-07-26 Thread ikod via Digitalmars-d-announce
On Thursday, 26 July 2018 at 12:13:01 UTC, Joakim Brännström wrote: Hello, I've written up a blog post[0] of my explorations when parallelizing Datacat[1]. Thanks for nice article. Just in case if you never tried this: https://bitbucket.org/andrewtrotman/d-profile-viewer

Re: Blogpost about parallelizing Datacat with std.parallelism

2018-07-26 Thread Jordan Wilson via Digitalmars-d-announce
On Thursday, 26 July 2018 at 12:13:01 UTC, Joakim Brännström wrote: https://github.com/joakim-brannstrom/blog/blob/master/posts/2018-07-24.md Enjoyed getting some insight about your thought process, thanks for writing. Jordan

Re: Blogpost about parallelizing Datacat with std.parallelism

2018-07-26 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 26 July 2018 at 12:13:01 UTC, Joakim Brännström wrote: 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]

Re: Blogpost about parallelizing Datacat with std.parallelism

2018-07-26 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 26 July 2018 at 12:13:01 UTC, Joakim Brännström wrote: https://github.com/joakim-brannstrom/blog/blob/master/posts/2018-07-24.md Nice! I /just/ decided this afternoon that it is time to do some profiling; thanks for the tips.