You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slow="548410d23dd74b625e8ea9aeb1a5d2e9dddd2927", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/548410d23dd74b625e8ea9aeb1a5d2e9dddd2927)
287
287
Fast="c0b32a60466bed0e63420ec105bc75c34590865e"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7144/commits) that uses a much faster implementation
288
288
289
-
"tables() !recursive refactor in #2606"=atime::atime_test(
289
+
"tables() non-recursive performance in #2606"=atime::atime_test(
if ("recursive"%in% names(formals(data.table::tables))) {
298
+
data.table::tables(silent=TRUE, recursive=FALSE)
299
+
} else {
300
+
data.table::tables(silent=TRUE)
301
+
}
303
302
},
304
-
before="2b191aec3df51675a7ab5e6701384a8b89470af6", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/2b191aec3df51675a7ab5e6701384a8b89470af6)
305
-
after="66024e6ea5304ae059b1e96d3eda7e542471720a"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7141/commits) that uses a much faster implementation
306
-
303
+
before="7c59daaed1836db57747d92494b1ce96612bbf80", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/7c59daaed1836db57747d92494b1ce96612bbf80)
304
+
after="6fee38c89200e10dcc10a6f2057ab784f9a011e7"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7141/commits)
0 commit comments