Test name | Executions per second |
---|---|
finding item using find with Object.values | 658.9 Ops/sec |
finding item using find without Object.values (accessing entities using the ids array) | 1059.4 Ops/sec |
using the itemIdByUuid "projection" we created | 1145719.8 Ops/sec |