Hacker News new | ask | show | jobs
by tylermw 416 days ago
Importantly, the base R pipe implements the operation at the language parsing level, so it has basically zero overhead.
1 comments

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.