Increased performance by using parallelStream instead of manual threading, removed -t/--threads option, updated README, bumped version to 3.0
This commit is contained in:
parent
2770390df3
commit
37d7b5bd06
5 changed files with 89 additions and 142 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>net.chaoticbyte.xxsherly</groupId>
|
||||
<artifactId>xxSherly</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>3.0</version>
|
||||
|
||||
<name>xxSherly</name>
|
||||
<!-- FIXME change it to the project's website -->
|
||||
|
|
Reference in a new issue