Comment on When static makes your C code 10 times fasterparentComments−sgerenser5ySpeed up would be less but not zero, almost any div or modulo can be replaced by a multiply by a magic constant plus a bit shift.
Comments
Speed up would be less but not zero, almost any div or modulo can be replaced by a multiply by a magic constant plus a bit shift.