* sapply(DT,class) gets a significant speed boost by avoiding a call to unclass() in as.list.data.table() called by lapply(DT,...), which copied the entire object. Thanks to a question by user1393348 on Stack Overflow, implementing #2000. http://stackoverflow.com/questions/10584993/r...