First time using Parallel

2021-12-25 Thread Era Scarecrow via Digitalmars-d-learn
This is curious. I was up for trying to parallelize my code, specifically having a block of code calculate some polynomials (*Related to Reed Solomon stuff*). So I cracked open std.parallel and looked over how I would manage this all. To my surprise I found ParallelForEach, which gives the

Re: Good intellisense support IDE/Editor?

2021-12-25 Thread Imperatorn via Digitalmars-d-learn
On Wednesday, 22 December 2021 at 15:12:59 UTC, Tejas wrote: On Wednesday, 22 December 2021 at 11:50:06 UTC, evilrat wrote: [...] Stefan said on his Q video of Dconf 2021 that the compiler-as-a-daemon will be available after he has successfully completed task-ification of dmd. Maybe we