dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

Aperta

#67 aperta il 16 feb 2016

 (0 commenti) (3 reazioni) (0 assegnatari)JavaScript (206 fork)batch import
help wantedquestion

Metriche repository

Star
 (1037 stelle)
Metriche merge PR
 (Merge medio 16m) (1 PR mergiata in 30 g)

Descrizione

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?

Guida contributor