See src/fsort.c x = runif(N) ans1 = base::sort(x, method='quick') ans2 = data.table::fsort(x) identical(ans1, ans2). N=500m 3.8GB 8TH laptop: 65s => 3.9s ...
確定! 回上一頁