dwyl/learn-aws-lambda
Auf GitHub ansehenExperiment: should we use Lodash in Lambda Functions?
Open
#67 geöffnet am 16. Feb. 2016
help wantedquestion
Repository-Metriken
- Stars
- (1.037 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 16m) (1 gemergte PR in 30 T)
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?