ds-math
ds-math copied to clipboard
fix: :zap: modulus operator optimization
Faster way to check if a value is even or odd, modulus "%" is quite expensive and an easily be replaced using bitwise operation