Skip to content

Commit

Permalink
rename variables and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rathijitpapon committed May 19, 2024
1 parent 5b2ea11 commit 446b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This problem is inspired by [1BRC](https://github.com/gunnarmorling/1brc)
- Implementations must not rely on specifics of a given data set, e.g. any valid station name as per the constraints above and any data distribution (number of measurements per station) must be supported
- The rounding of output values must be done using the semantics of IEEE 754 rounding-direction "roundTowardPositive"

## Observations [By @ivarflakstad]
## Observations By [@ivarflakstad](https://github.com/ivarflakstad)

The station names are fairly unique. So we don't need to process the entire name to correctly reference it. The average length is ~14 characters, so rounding up to 16 seems reasonable.

Expand Down

0 comments on commit 446b5e2

Please sign in to comment.