dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

开放

#67 创建于 2016年2月16日

 (0 条评论) (3 个反应) (0 位负责人)JavaScript (206 个派生)batch import
help wantedquestion

仓库指标

星标
 (1,037 个星标)
PR 合并指标
 (平均合并 16分钟) (30 天内合并 1 个 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?

贡献者指南