hedera-services
hedera-services copied to clipboard
feat: use FileChannel for PCES
closes #15601
@OlegMazurov @rbair23 @jasperpotts
Based on the proposal, I have implemented event writing to PCES using the FileChannel
and created a benchmark comparing it to the classing OutputStream
method. Based the benchmark, I see no reason to use the former. Am I missing something?