aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_JaimePolidura.sh
Commit message (Collapse)AuthorAgeFilesLines
* Thank you for the challange!! (#599)Jaime Polidura2024-01-281-0/+26
* added code * Fixed pointers bugs * removed my own benchmark * added comment on how I handle hash collisions * executed mwvn clean verify * made scripts executable & fixed rounding issues * Fixed way of dealing with hash collisions * changed method name sameNameBytes to isSameNameBytes * changes script from sh to bash * fixed chunking bug * Fixed bug in chunking when file size is too small * added Runtime.getRuntime().availableProcessors