mlr-org / farff

a faster arff parser
Other
11 stars 6 forks source link

parseHeader is very slow and should be rewritten in C++ #38

Open berndbischl opened 5 years ago

berndbischl commented 5 years ago

parsing this in R really makes no sense, and using regexps we should probably switch to Rcpp and use stringstreams to parse this much more efficiently

issue #37 contains a testable example where stuff becomes too slow