Paweł Bylica
Paweł Bylica
I've seen in some examples the progress indicator `Done: ` going from 1 to 63. Where can I find information what it means? For my case, there is not even...
I agree it might be overkill, unless there is another package that can use connectors only. For my experience, maintaining 2 repos instead of 1 is more, not less work....
Maybe it's a false positive. Let me check the compiler version and what flag Go is using and I will try to reproduce this with a smaller example.
> cc @chfast is that the non-aliased version of your email address? Yes.
Looks like a lot of unnecessary work.
I'm not sure the `std` prefix makes any difference here. The name `mul256` is fine because it's the same for signed and unsigned number. But the second one should be...
> I agree with @axic here. > Although it's somewhat common in POSIX and other legacy conventions to use `op(dst, src)`, > It is far more linguistically intuitive writing `op(src,...
I prefer the outputs to be the first arguments.
Carry for `mul` is not practical. It's a bit of trouble to get it, but is not useful in higher precision multiplication.
Why not fixing word size with 64-bit?