khusmann / interlacer

An R package for working with labelled missingness
http://kylehusmann.com/interlacer/
Apache License 2.0
1 stars 1 forks source link

Slow printing extremely long vectors #7

Open khusmann opened 4 months ago

khusmann commented 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.