aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_artpar.sh
Commit message (Collapse)AuthorAgeFilesLines
* Hyperfine: Script re-orgGunnar Morling2024-01-091-1/+1
|
* artpar's attempt Parth Mudgal2024-01-051-0/+20
* artpar's attempt * artpar's attempt * remove int -> Integer conversions, custom parsing for measurements * remove allocations by caching station names also remove Integer and use int instead to remove valueOf calls * Fix result mismatch errors * parse int instead of double * reduce time spent reading the mapped buffer * cleanup unused memory * less is faster ? vector addition doesn't look worth it * backout from virtual threads as well * Fix breaking tests