Experiment: should we use Lodash in Lambda Functions?
Open
help wanted
question
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 200
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
JSPerf suggests that _lodash_ `_.map` is faster than _native_ `Array.map` https://jsperf.com/native-map-vs-lodash-map but is there an _overhead_ in loading _lodash_ for a _single_ execution?
is it enough to _offset_ the Performance benefits of the module?
Contributor guide
Assessment
This issue has not been assessed yet.