| Test case name | Result |
|---|---|
| Inline function | |
| Hooks | |
| Without useMemo | |
| with useMemo | |
| Child without memo | |
| Child with memo |
| Test name | Executions per second |
|---|---|
| Inline function | 592716.6 Ops/sec |
| Hooks | 709920.9 Ops/sec |
| Without useMemo | 602718.0 Ops/sec |
| with useMemo | 899002.0 Ops/sec |
| Child without memo | 752265.4 Ops/sec |
| Child with memo | 800950.5 Ops/sec |