Hacker News new | ask | show | jobs
by novafacing 723 days ago
IIRC for most packets, UDS are actually faster (not by a massive amount) than named pipes: https://stackoverflow.com/questions/1235958/ipc-performance-... and this advantage increases with packet size (from my own testing).
1 comments

TIL! Thanks for the link.