Hacker News new | ask | show | jobs
by mhh__ 1195 days ago
assembly optimizations for starting processes?
1 comments

Maybe for reading the input, splitting it, and assembling the possibly-very-long argument lists passed to the processes.
Those things are all very fast compared to starting a process
Command lines can be very long, so you can potentially read a million lines between executing processes.