aboutsummaryrefslogtreecommitdiff
path: root/prepare_tonivade.sh
Commit message (Collapse)AuthorAgeFilesLines
* tonivade improved solution (#582)Antonio Muñoz2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | * tonivade improved not using HashMap * use java 21.0.2 * same hash same station * remove unused parameter in sameSation * use length too * refactor parallelization * use parallel GC * refactor * refactor
* tonivade implementation (try 2) (#541)Antonio Muñoz2024-01-231-0/+20
* tonivade implementation * synchronized block performs better than ReentrantLock * remove ConcurrentHashMap * refactor * use HashMap.newHashMap * change double to int * minor refactor * fix