dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

Open

#67 ouverte le 16 févr. 2016

Voir sur GitHub
 (0 commentaires) (3 réactions) (0 assignés)JavaScript (206 forks)batch import
help wantedquestion

Métriques du dépôt

Stars
 (1 037 stars)
Métriques de merge PR
 (Merge moyen 16m) (1 PR mergée en 30 j)

Description

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?

Guide contributeur