Yeah, doing 64bit arithmetic in a 32bit environment is slower. But Khaled could probably implement it in such a way that it only uses a 64bit integer if it is needed. Meaning use 32bit by default, use 64bit if 32bit is too small.