最佳答案
我正在浏览 data.table的文档,并且从这里的一些对话中注意到,所以 rbindlist应该比 rbind更好。
我想知道为什么 rbindlist优于 rbind,在哪些情况下 rbindlist真的优于 rbind?
在内存利用率方面有什么优势吗?