How to make Python run as fast (or faster) than Julia

Ben Bacarisse ben.usenet at bsb.me.uk
Mon Feb 26 12:05:09 EST 2018


bartc <bc at freeuk.com> writes:

> A C version is given below. (One I may have messed around with, which
> I'm not sure works properly. For an original, google for Marsaglia and
> KISS64 or SUPRKISS64.)

The version I know uses unsigned integers.  Did you change then to signed?

For a Python version, go back to the original C and work from there.

-- 
Ben.



More information about the Python-list mailing list