Test name | Executions per second |
---|---|
Clamp from 0 to 255 using ternary | 715241.7 Ops/sec |
Clamp from 0 to 255 using Min/Max | 453328.9 Ops/sec |
Clamp from 0 to 255 with IF | 1570165.0 Ops/sec |
Clamp from 0 to 255 with unary && | 1567709.2 Ops/sec |
Clamp in arrow function with ternary | 910948.1 Ops/sec |
Clamp in regular function with MinMax | 382432.0 Ops/sec |
Clamp in arrow function with IF | 904061.4 Ops/sec |
Clamp in regular function with unary | 860777.4 Ops/sec |