dwyl/learn-aws-lambda
GitHub で見るExperiment: should we use Lodash in Lambda Functions?
Open
#67 opened on 2016年2月16日
help wantedquestion
Repository metrics
- Stars
- (1,037 stars)
- PR merge metrics
- (平均マージ 16m) (30d で 1 merged PR)
説明
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?