dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

オープン

#67 opened on 2016/02/16

 (0 件のコメント) (3 件のリアクション) (0 人の担当者)JavaScript (206 件のフォーク)batch import
help wantedquestion

Repository metrics

Stars
 (1,037 個のスター)
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?

コントリビューターガイド