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.