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