| Test case name | Result |
|---|---|
| Always new instance | |
| static global instance | |
| Lodash cache | |
| Custom cache with maps | |
| Custom cache with objects |
| Test name | Executions per second |
|---|---|
| Always new instance | 28431.7 Ops/sec |
| static global instance | 1584848.4 Ops/sec |
| Lodash cache | 1044699.2 Ops/sec |
| Custom cache with maps | 1681499.9 Ops/sec |
| Custom cache with objects | 1484761.0 Ops/sec |