On 19/09/15 18:06, Robert Kern wrote:
That said, we'd probably end up doing a significant amount of rewriting so that we will have a C implementation of software-uint128 arithmetic.
This is where a small subset of C++ would be handy. Making an uint128_t class with overloaded operators is a nobrainer. :-)
Not that we will ever use C++ in NumPy, but we do have a fair amount of C++ in SciPy.
Sturla _______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.scipy.org/mailman/listinfo/numpy-discussion
