Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lodash vs Vanila #3

Open
12 tasks
baradm100 opened this issue Jun 18, 2018 · 0 comments
Open
12 tasks

Lodash vs Vanila #3

baradm100 opened this issue Jun 18, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@baradm100
Copy link
Owner

baradm100 commented Jun 18, 2018

Make benchmarks that test Lodash vs Vanila:

  • _.concat vs Array.prototype.concat
  • _.drop vs Array.prototype.splice
  • _.findIndex vs Array.prototype.indexOf
  • _.find vs Array.prototype.indexOf
  • _.flatten vs Array.prototype.flat
  • _.join vs Array.prototype.join
  • _.reverse vs Array.prototype.reverse
  • _.filter vs Array.prototype.filter
  • _.includes vs Array.prototype.includes
  • _.reduce vs Array.prototype.reduce
  • _.some vs Array.prototype.some
  • _.now() vs Date.prototype.getTime
@baradm100 baradm100 added enhancement New feature or request help wanted Extra attention is needed labels Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant