dwyl/learn-aws-lambda

Experiment: should we use Lodash in Lambda Functions?

Open

#67 aberto em 16 de fev. de 2016

Ver no GitHub
 (0 comments) (3 reactions) (0 assignees)JavaScript (206 forks)batch import
help wantedquestion

Métricas do repositório

Stars
 (1.037 stars)
Métricas de merge de PR
 (Mesclagem média 16m) (1 fundiu PR em 30d)

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?

Guia do colaborador