It is faster and without floating point. Just `time.clock_gettime_ns() // 1000000` to get milliseconds.
It is faster and without floating point. Just
time.clock_gettime_ns() // 1000000to get milliseconds.