Y
Hacker News
new
|
ask
|
show
|
jobs
by
bazookajoes
3887 days ago
Isn't there a lot of overhead to spawning a new process every time? I wonder what that cost is relative to the cost of generating the image.
1 comments
iamleppert
3886 days ago
I mean generating all your commands to a flatfile, then just execute the file via bash or similar.
link