Test name | Executions per second |
---|---|
Clamp from 0 to 255 using ternary | 47699164.0 Ops/sec |
Clamp from 0 to 255 using Min/Max | 39971968.0 Ops/sec |
Clamp from 0 to 255 with IF | 95176112.0 Ops/sec |
Clamp from 0 to 255 with unary && | 95402264.0 Ops/sec |
Clamp in arrow function with ternary | 78517720.0 Ops/sec |
Clamp in regular function with MinMax | 121494440.0 Ops/sec |
Clamp in arrow function with IF | 77533352.0 Ops/sec |
Clamp in regular function with unary | 71192816.0 Ops/sec |