-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#performance regression 4646 #3
Comments
I believe it should work now because I restored the branch, Rdatatable/data.table#4655 can you please try again? |
can you please create a more informative title for this issue? (current title is #) |
you need to run git pull in C:/Users/Doris Afriyie/data.table before it will work |
or git fetch |
this was the original code in the issue bench::mark(
dt[seq_len(.N), value[[1L]], by = id]
, dt[, value[[1L]], by = id]
)
#> Warning: Some expressions had a GC in every iteration; so filtering is disabled.
#> # A tibble: 2 x 6
#> expression min median `itr/sec` mem_alloc
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt>
#> 1 dt[seq_len(.N), value[[1L]], by = id] 2.56ms 3.05ms 287. 2.24MB
#> 2 dt[, value[[1L]], by = id] 219.41ms 250.98ms 3.98 51.91MB
#> # ... with 1 more variable: `gc/sec` <dbl> the issue in the code above is that below is your translation to expr=data.table:::`[.data.table`(dt[seq_len(.N), value[[1L]], by = id]
,dt[, value[[1L]], by = id]), the issue in the code above is that both expressions, |
I also have been trying this issue to
but I keep on running into errors.
This issue is checking the system time of some data.table version (4 seconds to process in V 1.12.8, and more than 24+ hours when using V 1.13.0. )
which is issues (Rdatatable/data.table#4646)
the error says "Error in value[3L] :
Error in revparse_single(object, branch): Error in 'git2r_revparse_single': Requested object could not be found
when trying to checkout 8e78a309f75e724ff6eda219b8f2ad172a01f8e4"
one of the ids could not be found
@tdhock
The text was updated successfully, but these errors were encountered: