Y
Hacker News
new
|
ask
|
show
|
jobs
by
mhh__
1195 days ago
assembly optimizations for starting processes?
1 comments
remram
1195 days ago
Maybe for reading the input, splitting it, and assembling the possibly-very-long argument lists passed to the processes.
link
chubot
1194 days ago
Those things are all very fast compared to starting a process
link
remram
1194 days ago
Command lines can be very long, so you can potentially read a million lines between executing processes.
link