aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_raipc.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-21/+0
|
* Leaderboard updateGunnar Morling2024-01-101-1/+1
|
* Initial solution by raipcAnton Rybochkin2024-01-101-0/+21
* Initial solution by raipc * Implemented custom hash map with open addressing * Small optimizations to task splitting and range check disabling * Fixed off-by-one error in merge * Run with EpsilonGC. Borrowed VM params from Shipilev * Make script executable * Add a license