Test name | Executions per second |
---|---|
Clamp from 0 to 255 using ternary | 1428178.1 Ops/sec |
Clamp from 0 to 255 using Min/Max | 765306.2 Ops/sec |
Clamp from 0 to 255 with IF | 2490304.0 Ops/sec |
Clamp from 0 to 255 with unary && | 2079454.2 Ops/sec |
Clamp in arrow function with ternary | 1251152.9 Ops/sec |
Clamp in regular function with MinMax | 645154.8 Ops/sec |
Clamp in arrow function with IF | 811453.7 Ops/sec |
Clamp in regular function with unary | 1548292.0 Ops/sec |