Skip to content

Commit ee7934d

Browse files
committed
docs(README): Adding links section
1 parent a9e08d1 commit ee7934d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Grab all your threads, reach out to SIMD, or pull any other trick, and create t
77

88
<img src="img/1brc.png" alt="1BRC" style="display: block; margin-left: auto; margin-right: auto; margin-bottom:1em; width: 50%;">
99

10-
The text file contains temperature values for a range of weather stations. Each row is one measurement in the format `<string: station name>;<double: measurement>``, with the measurement value having exactly one fractional digit.
10+
The text file contains temperature values for a range of weather stations. Each row is one measurement in the format `<string: station name>;<double: measurement>`, with the measurement value having exactly one fractional digit.
1111
The following shows ten rows as an example:
1212

1313
```
@@ -29,6 +29,13 @@ The task is to write an Object Pascal program which reads the file, calculates t
2929
{Abha=-23.0/18.0/59.2, Abidjan=-16.2/26.0/67.3, Abéché=-10.0/29.4/69.0, Accra=-10.1/26.4/66.4, Addis Ababa=-23.7/16.0/67.0, Adelaide=-27.8/17.3/58.5, ...}
3030
```
3131

32+
## Links
33+
34+
The original repository: https://github.com/gunnarmorling/1brc
35+
36+
I found out about it by watching this video about an attempt in Go: https://www.youtube.com/watch?v=cYng524S-MA
37+
The blog post in question: https://www.bytesizego.com/blog/one-billion-row-challenge-go
38+
3239
## Entering The Challenge
3340

3441
Submissions will be, preferably, as a `GIT` `submodule`.

0 commit comments

Comments
 (0)