-
Notifications
You must be signed in to change notification settings - Fork 992
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
GForce 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.
The text was updated successfully, but these errors were encountered: