Cost vs benefit ?
Cost vs benefit ?
Posted Jun 6, 2026 21:01 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: Cost vs benefit ? by quotemstr
Parent article: Moving beyond fork() + exec()
Go/Zig people can probably just replicate what GLIBC is doing? It also doesn't really cost a lot to _load_ glibc into the process and use it only for posix_spawn, while avoiding it for anything else.
