Message 75560 - Python tracker (original) (raw)

I'll investigate the slowdowns

The problem may comes from int64_t on 32 bits CPU. 32x32 -> 64 may be emulated on your CPU and so it's slower. I improved your patch to make it faster, but I lost all my work because of a misuse of GIT... As I remember:

Oh, I have an old patch. I will attach it to this message. About speed, it was: