mongoosejs / kareem

Next-generation take on pre/post function hooks
Apache License 2.0
82 stars 8 forks source link

perf: use Array.from instead of slice #21

Closed Uzlopak closed 2 years ago

Uzlopak commented 2 years ago

Slicing the iteratable arguments is about 40 % slower than to use Array.from.