hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

feat: use FileChannel for PCES

Open lpetrovic05 opened this issue 5 months ago • 2 comments

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?

lpetrovic05 avatar Sep 30 '24 10:09 lpetrovic05