r-lib / rray

Simple Arrays
https://rray.r-lib.org
GNU General Public License v3.0
130 stars 12 forks source link

Reduce code duplication a bit #241

Closed dirkschumacher closed 5 years ago

dirkschumacher commented 5 years ago

Went through the code a bit to learn about the implementation. Not sure if this is really helpful, but I discovered some duplicated code that only differed in the xt reduce function. I am not a c++ pro, but using macros seems to be a viable option to reduce the code duplication here.

DavisVaughan commented 5 years ago

Thanks!