2016-02-11 23:50 GMT+01:00 Yury Selivanov <yselivanov...@gmail.com>:
> That said, I'd like to find a better alternative to spectral-norm, something
> real, that stresses ints/floats and not using numpy.

Case Van Horsen mentioned mpmath test suite:
https://bugs.python.org/issue21955#msg259859

I extracted the slowest test and put it in a loop to the issue #21955
patches: on this patch, it's "only" around 2% faster with the patches.
I understand that the test uses "large" integers (not fitting into a
single PyLongObject digit).
https://bugs.python.org/issue21955#msg259999

I don't know if it's a good benchmark for our "generic" benchmark :-p

Victor
_______________________________________________
Speed mailing list
Speed@python.org
https://mail.python.org/mailman/listinfo/speed

Reply via email to