Test name | Executions per second |
---|---|
Clamp from 0 to 255 using ternary | 891916.2 Ops/sec |
Clamp from 0 to 255 using Min/Max | 585927.0 Ops/sec |
Clamp from 0 to 255 with IF | 1691183.5 Ops/sec |
Clamp from 0 to 255 with unary && | 1806259.8 Ops/sec |
Clamp in arrow function with ternary | 1130624.5 Ops/sec |
Clamp in regular function with MinMax | 475618.0 Ops/sec |
Clamp in arrow function with IF | 1108615.2 Ops/sec |
Clamp in regular function with unary | 1123868.8 Ops/sec |