dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

Open

#67 创建于 2016年2月16日

在 GitHub 查看
 (0 评论) (3 反应) (0 负责人)JavaScript (1,037 star) (206 fork)batch import
help wantedquestion

描述

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?

贡献者指南