shuwenwei opened a new pull request, #12279: URL: https://github.com/apache/iotdb/pull/12279
## Description Reduce synchronized cost in compaction. 1. Add UnsynchronizedPublicBAOS, which extend ByteArrayOutputStream and intentionally remove the 'synchronized' keyword in write methods for better performance. 2. Remove synchronized in LocalTsFileOutput. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
