dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

Datastep Performance #86

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Will need to increase datastep performance even more at some point. Not super urgent yet. But want to put this on issue list.

kaipingyang commented 3 years ago

It's exciting to see your focus on improving data step performance. I often use datastep() for some complex operations, and I look forward to using a high-performance version of datastep() as soon as possible. Thank you for your continued work for sassy!

dbosak01 commented 3 years ago

Kaiping: I just started learning Rcpp for the purpose of improved performance. Thanks for your comment. I will prioritize this task.

dbosak01 commented 3 years ago

Datastep about 40% faster.

kaipingyang commented 3 years ago

Datastep about 40% faster. Thank you for your work. I will enjoy it for data processing!

dbosak01 commented 3 years ago

Will publish to CRAN in the next week or so. In the meantime, you can pull down from GitHub if you want.