Test name | Executions per second |
---|---|
Clamp from 0 to 255 using ternary | 1911781.5 Ops/sec |
Clamp from 0 to 255 using Min/Max | 1534482.6 Ops/sec |
Clamp from 0 to 255 with IF | 3792831.0 Ops/sec |
Clamp from 0 to 255 with unary && | 2422174.5 Ops/sec |
Clamp in arrow function with ternary | 1779341.4 Ops/sec |
Clamp in regular function with MinMax | 647478.9 Ops/sec |
Clamp in arrow function with IF | 1254556.5 Ops/sec |
Clamp in regular function with unary | 1230326.4 Ops/sec |