ndslice, using a slice in place of T[] in template parameters

Ilya Yaroshenko via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jan 10 16:25:36 PST 2016


On Sunday, 10 January 2016 at 23:24:24 UTC, Jay Norwood wrote:
> On Sunday, 10 January 2016 at 22:23:18 UTC, Ilya Yaroshenko 
> wrote:
>
>> Could you please provide full code and error (git gists)? -- 
>> Ilya
>
> ok, thanks.
> I'm building with DMD32 D Compiler v2.069.2 on Win32.  The 
> dub.json is included.
>
> https://gist.github.com/jnorwood/affd05b69795c20989a3

I have create parallel test to (it requires mir v0.10.0-beta )
https://github.com/9il/examples/blob/parallel/image_processing/median-filter/source/app.d
Could you please create a benchmark with default values of nc & 
nc for single thread app, your parallel version, and my.
My version has some additional overhead and I am interesting if 
it is significant.
-- Ilya


More information about the Digitalmars-d-learn mailing list