Y
Hacker News
new
|
ask
|
show
|
jobs
by
flobosg
419 days ago
Base R as well: |> was implemented as a pipe operator in 4.1.0.
1 comments
tylermw
419 days ago
Importantly, the base R pipe implements the operation at the language parsing level, so it has basically zero overhead.
link
zelphirkalt
418 days ago
I would assume, that most languages do that, or alternatively have a compiler, that is smart enough to ensure there is no actual overhead in the compiled code.
link