Ilia Ki

Results 184 comments of Ilia Ki

I will sent an example when i get it again

Phobos-idiomatic D code is going to be a language for the initiated. We need to think about rite of Passage

> Phobos-idiomatic D code is going to be a language for the initiated. We need to think about rite of Passage Something like that: a candidate should repent about all...

> To bring this a bit into context: mir-algorithm uses C++-like iterators to avoid this - an example: 1. The main `orElse` performance problem is that D does not have...

> The main orElse performance problem is that D does not have virtual function calls for structs like C++ does. With virtual cals we can avoid if conditions. > I...

> That doesn't sound right. Composition with virtual functions (Java-style) or indirect calls (Haskell style) adds one extra indirect call per composition, which are notoriously difficult to optimize. I mean...

> > To work with stack special until function was added. Its idea is similar to opApply concept. If a predicate always returns false then until just iterates all elements...

> I'm very happy to see your first dmd PR, @9il! Man, it isn't first.

Does this PR affects API for static arrays like `void fun(T, size_t N)T(size_t[N] a...)`?

That is because quadruple floating point numbers. I have fixed the bug in the master branch. However, there is likely a few other similar bugs because the code has never...