warrick icon indicating copy to clipboard operation
warrick copied to clipboard

Stream Editing

Open machawk1 opened this issue 8 years ago • 0 comments

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.

machawk1 avatar Jun 19 '17 15:06 machawk1