giogonzo / fp-ts-ramda

Ramda functions reimplemented in fp-ts
https://giogonzo.github.io/fp-ts-ramda/
MIT License
138 stars 9 forks source link

perf: switch to `function` and `arguments.length` instead of `() =>` and `...args` #13

Open giogonzo opened 5 years ago

giogonzo commented 5 years ago

As per title, I noticed this drastically improve performances in the cases I tested