pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

New Architecture #56

Open OhadBaehr opened 2 years ago

OhadBaehr commented 2 years ago

I looked around at the code and saw that tidy calls the functions passed one by one on the whole array, I think that switching to using Iterators and apply at least some of the functions per cell would speed up run time significantly.