You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the repository that will coordinate the 1 Billion Row Challenge for Object Pascal.
4
8
@@ -25,7 +29,7 @@ Conakry;31.2
25
29
Istanbul;23.0
26
30
```
27
31
28
-
The task is to write an Object Pascal program which reads the file, calculates the min, mean, and max temperature value per weather station, and emits the results on `STDOUT` like this (i.e. sorted alphabetically by station name, and the result values per station in the format `<min>/<mean>/<max>`, rounded to one fractional digit):
32
+
The task is to write an Object Pascal program which reads the file, calculates the min, mean, and max temperature value per weather station, and emits the results on `STDOUT` like this (i.e., sorted alphabetically by station name, and the result values per station in the format `<min>/<mean>/<max>`, rounded to one fractional digit towards positive infinity with both `17.01` and `17.05` being rounded to `17.1`, with the decimal separator being a period `.`):
Each contender is run 10 times in a row for both `SSD` and `HDD` using `hyperfine` for the time taking. \
@@ -112,11 +169,13 @@ _Q: What is the encoding of the measurements.txt file?_\
112
169
A: The file is encoded with UTF-8.
113
170
114
171
_Q: Which operating system is used for evaluation?_\
115
-
A: Ubuntu 23.10.
172
+
A: Ubuntu 23.10 64b.
116
173
117
174
## Honour Mentions
118
175
I'd like to thank [@paweld](https://github.com/paweld) for taking us from my miserable 20m attempt, to a whopping ~25s, beating the [Python script](https://github.com/gunnarmorling/1brc/blob/main/src/main/python/create_measurements.py) by about 4 and a half minutes.\
119
-
I'd like to thank [@mobius](https://github.com/mobius1qwe) for taking the time to provide the Delphi version of the generator.
176
+
I'd like to thank [@mobius](https://github.com/mobius1qwe) for taking the time to provide the Delphi version of the generator.\
177
+
I'd like to thank [@dtpfl](https://github.com/dtpfl) for his invaluable work on maintaining the `README.md` file up to date with everything.\
178
+
I'd like to thank Székely Balázs for providing many patches to make everything compliant with the original challenge.
120
179
121
180
## Links
122
181
The original repository: https://github.com/gunnarmorling/1brc\
0 commit comments