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 | 22599.6 Ops/sec |
static global instance | 853766.8 Ops/sec |
Lodash cache | 505681.2 Ops/sec |
Custom cache with maps | 811703.8 Ops/sec |
Custom cache with objects | 707904.9 Ops/sec |