aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_felix19350.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-30/+0
|
* Further improved performance by improving the parsing logic so that strings ↵Bruno Félix2024-01-141-1/+11
| | | | | for city names are not allocated with each row. (#323) Co-authored-by: Bruno Felix <bruno.felix@klarna.com>
* Hyperfine: Script re-orgGunnar Morling2024-01-091-1/+1
|
* Implementation of 1brc - felix19350 (#53)Bruno Félix2024-01-061-0/+20
* Implementation of 1brc - felix19350 * Added license header * Fixed failing tests * Replaced parsing of doubles with a custom parser and integer arithmetic --------- Co-authored-by: Bruno Felix <bruno.felix@klarna.com>