warrick
warrick copied to clipboard
Stream Editing
From https://code.google.com/archive/p/warrick/issues/15
Please describe your feature requests here.
Optimization: Use perl's internal 'stream editing' instead of calling out to sed by fork/exec. Not only do you save system call & fork & exec overhead, but perl has higher performance I/O according to one source.