Ref: parallele unzip, to improve performance

This commit is contained in:
Sheepit Renderfarm
2024-12-12 22:05:13 +00:00
parent 9f9b4ebdf1
commit d7fc130025
4 changed files with 391 additions and 90 deletions

View File

@@ -40,7 +40,7 @@
<rule ref="category/java/bestpractices.xml/UnusedPrivateMethod" />
<rule ref="category/java/bestpractices.xml/UseCollectionIsEmpty" />
<rule ref="category/java/bestpractices.xml/UseStandardCharsets" />
<rule ref="category/java/bestpractices.xml/UseVarargs" />
<!-- <rule ref="category/java/bestpractices.xml/UseVarargs" />-->
<rule ref="category/java/bestpractices.xml/WhileLoopWithLiteralBoolean" />
<rule ref="category/java/codestyle.xml/ExtendsObject" />
<rule ref="category/java/codestyle.xml/ForLoopShouldBeWhileLoop" />