Voting For std.experimental.ndslice

Ilya via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 29 19:30:45 PST 2015


On Wednesday, 30 December 2015 at 01:03:39 UTC, Ilya Yaroshenko 
wrote:
> On Wednesday, 30 December 2015 at 00:24:38 UTC, Ilya Yaroshenko 
> wrote:
>> On Tuesday, 29 December 2015 at 21:19:19 UTC, Jack Stouffer 
>> wrote:
>>> On Tuesday, 29 December 2015 at 17:38:06 UTC, Ilya Yaroshenko 
>>> wrote:
>>>> On Tuesday, 29 December 2015 at 17:17:05 UTC, Jack Stouffer 
>>>> wrote:
>>>>> [...]
>>>>
>>>> Thank you for doing this!
>>>
>>> First draft: http://jackstouffer.com/hidden/nd_slice.html
>>>
>>> Please critique.
>>
>> Awesome!
>>
>> Please find my notes below.
>>[...]
>>  - You may want to test both DMD and LDC 0.17.0 alpha1 for 
>> bechmarks 
>> https://github.com/ldc-developers/ldc/releases/tag/v0.17.0-alpha1
>>    LDC 0.17.0 alpha1 works well with dip80-ndslice v0.8.7.
>> [...]
>> Ilya
>
> ldmd2/ldc2 flag -mcpu=native will optimise code for your CPU. 
> -- Ilya

The paragraph

"This function does not calculate border cases in which a window 
overlaps the image partially. However, the function can still be 
used to carry out such calculations. That can be done by creating 
an amplified image, with the edges reflected from the original 
image, and then applying the given function to the new file. 
Note:"

ends with "Note:". --Ilya


More information about the Digitalmars-d mailing list