Skip to content
Prev 309988 / 398506 Next

write.matrix.csr data conversion

David,
thanks for adding the feature.

read.matrix.csr and, especially, write.matrix.csr are extremely slow:

     user    system   elapsed
 8381.988  3810.396 12345.349

for a 2797634 x 224 matrix I have to deal with.

The help page
http://rss.acs.unt.edu/Rdoc/library/e1071/html/read.matrix.csr.html
says

David Meyer (based on C/C++-code by Chih-Chung Chang and Chih-Jen Lin)

is there any chance that you might consider replacing the R code with
the original C/C++?

Thanks a lot!