Even though it adds a copy to the end-to-end datapath, writing bytes to a 50KB buffer and only calling WriteFile once the buffer has filled up makes etl2pcapng more than ten times faster.
Test file: 500MB
Previous etl2pcapng version: 50sec to convert
This new version: 4sec to convert
Even though it adds a copy to the end-to-end datapath, writing bytes to a 50KB buffer and only calling WriteFile once the buffer has filled up makes etl2pcapng more than ten times faster.
Test file: 500MB Previous etl2pcapng version: 50sec to convert This new version: 4sec to convert