Test case name | Result |
---|---|
finding item using find with Object.values | |
finding item using find without Object.values (accessing entities using the ids array) | |
using the itemIdByUuid "projection" we created |
Test name | Executions per second |
---|---|
finding item using find with Object.values | 768.4 Ops/sec |
finding item using find without Object.values (accessing entities using the ids array) | 1698.4 Ops/sec |
using the itemIdByUuid "projection" we created | 2131273.5 Ops/sec |