Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGForce should be able to work with `:=` as well. #1414
Comments
|
Just ran into this today looking at a question on SO:
To me, the first way looks idiomatic, considering the variable needs to end up in Another: https://stackoverflow.com/a/47338118/ (gtail) Another https://stackoverflow.com/a/51569126/ should do Another, specifically interested in memory performance: https://stackoverflow.com/q/52189712 "data.table reference semantics: memory usage of iterating through all columns" Another, wants to Another taking max by group with a subsetting condition and adding with := (see akrun's answer) https://stackoverflow.com/a/54911855/ also related to the already-completed part of #971 |
|
Just wanted to emphasize that enabling this can allow using GForce effectively for complex expressions, albeit with some work. For example I show in this post how to enable it for:
By doing:
Whereas if GForce was supported in
Which looks cleaner and should be faster. |
|
Discussions with @MichaelChirico make me realize a very close cousin to this issue is:
Cross linking to #523. |
No description provided.