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?

貢獻者指南