Ilia Ki

Results 184 comments of Ilia Ki

> This sounds good, but I'm afraid you'll have to explain this bit further. How does this affect our development in future? How do we not use druntime? (sorry, I'm,...

> Also, do you know is there maybe already such threading library on dub base? - with nothrow and nogc. No, I have implemented only [`cpuid`](http://code.dlang.org/my_packages/cpuid). > Or would we...

> Sounds good? Yes. current task pool can be used for now. But loops bodies should be `nothrow @nogc`

Another important point is that algorithm's API should feel solid. Currently each major algorithm has its own API style, which is bad for big library

OK, but I am worrying that it is frequently used in DCV. BTW, I will add `minmax` and `scale` to Mir. So ranged will be optimized with this two functions.

Plus looks like dcv would not work on 32 bit machines.

I just saw `ulong` is used for sizes instead of `size_t`

The idea of separable filter is to perform one direction and then another one. We also need to add image cache-friendly blocking. Image should be splitted into blocks 15 KBs...