cm0002@lemmy.world to Linux@programming.dev · 2 months agoBytedance Proposes Faster Linux Inter-Process Communication With "Run Process As Library"www.phoronix.comexternal-linkmessage-square2fedilinkarrow-up128
arrow-up128external-linkBytedance Proposes Faster Linux Inter-Process Communication With "Run Process As Library"www.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 2 months agomessage-square2fedilink
minus-squarefubarx@lemmy.worldlinkfedilinkarrow-up6·2 months agoThe ultimate endpoint for this sort of optimization is to do away with processes and just have threads or coroutines. Or, if you want to go super-optimized, a super-loop. Hey, Arduino!
The ultimate endpoint for this sort of optimization is to do away with processes and just have threads or coroutines. Or, if you want to go super-optimized, a super-loop.
Hey, Arduino!