Test name | Executions per second |
---|---|
Clamp from 0 to 255 using ternary | 465750.0 Ops/sec |
Clamp from 0 to 255 using Min/Max | 294430.6 Ops/sec |
Clamp from 0 to 255 with IF | 1359837.2 Ops/sec |
Clamp from 0 to 255 with unary && | 1379515.5 Ops/sec |
Clamp in arrow function with ternary | 854807.3 Ops/sec |
Clamp in regular function with MinMax | 396250.8 Ops/sec |
Clamp in arrow function with IF | 880335.2 Ops/sec |
Clamp in regular function with unary | 891079.6 Ops/sec |