dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

Open

#67 geöffnet am 16. Feb. 2016

Auf GitHub ansehen
 (0 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)JavaScript (1.037 Stars) (206 Forks)batch import
help wantedquestion

Beschreibung

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?

Contributor Guide