Test name | Executions per second |
---|---|
finding item using find with Object.values | 854.4 Ops/sec |
finding item using find with Object.keys | 972.6 Ops/sec |
looping with for..in | 1080.7 Ops/sec |
finding item using find without Object.values (accessing entities using the ids array) | 1547.8 Ops/sec |
using the itemIdByUuid "projection" we created | 1684567.6 Ops/sec |