aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc/CalculateAverage_felix19350.java
Commit message (Collapse)AuthorAgeFilesLines
* Further improved performance by improving the parsing logic so that strings ↵Bruno Félix2024-01-141-87/+143
| | | | | for city names are not allocated with each row. (#323) Co-authored-by: Bruno Felix <bruno.felix@klarna.com>
* Implementation of 1brc - felix19350 (#53)Bruno Félix2024-01-061-0/+237
* 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>