adobe / uxp-optimized

Repository for uxp optimized react and javascript components.
MIT License
16 stars 7 forks source link

perf(itemLookup): use map instead of object #32

Closed alexander-riss closed 2 years ago

alexander-riss commented 2 years ago

ENG: Map performs better for larger collections, and is the better cache implementation. Also comment out noisy log message which is triggered a lot during normal operation.

krisnye commented 2 years ago

LGTM