Skip to content

Commit 06f9726

Browse files
committed
updated the SHA-256 hash of the measurements reference file
- and specified that the line feed between rows should be plain LF and not CR+LF any more
1 parent eec1db7 commit 06f9726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Grab all your threads, reach out to SIMD, or pull any other trick, and create t
1717
<img src="img/1brc.png" alt="1BRC" style="display: block; margin-left: auto; margin-right: auto; margin-bottom:1em; width: 50%;">
1818
</p>
1919

20-
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.
20+
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. Rows are separated by a single line feed equal of LF (ascii 10) for consistency with the original challenge - and not CR+LF (ascii 13+10) any more.
2121
The following shows ten rows as an example:
2222

2323
```
@@ -119,7 +119,7 @@ C:> CertUtil -hashfile .\data\measurements.txt SHA256
119119
Get-FileHash .\data\measurements.txt -Algorithm SHA256
120120
```
121121
Expected `SHA256` hash:
122-
`ebad17b266ee9f5cb3d118531f197e6f68c9ab988abc5cb9506e6257e1a52ce6`
122+
`2b48bc2fa0b82d748925a820f43f75df01cc06df7447c7571e52d3962e675960`
123123

124124
## Verify Output File
125125

0 commit comments

Comments
 (0)