mongoosejs / kareem

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

perf: improve perf of wrap #22

Closed Uzlopak closed 2 years ago

Uzlopak commented 2 years ago

I assume, that this was the original purpose of argsWithoutCb in wrap(). Now it does atleast one less slice. ;).