Closed sugmanue closed 2 months ago
Failed conditions
41.4% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)
See analysis details on SonarCloud
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
Motivation and Context
Improves the performance of building collections by allocating the expected size beforehand instead of letting the collection grow as we add elements. This trivial change has small, but noticeable, performance improvements in the benchmarks for RPCv2, but will also benefit other protocols
Before
And flamegraph snippet below
After
And flamegraph snippet below
Modifications
Testing
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License