Open khusmann opened 4 months ago
Extremely long vectors take too long to print, because it's iterating through the vector (in R) to combine the missing / not missing values.
Should look into better vectorizing for format, or a C++ impl.
Extremely long vectors take too long to print, because it's iterating through the vector (in R) to combine the missing / not missing values.
Should look into better vectorizing for format, or a C++ impl.