Nits in README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 1brc.data
|
2 |
-
1️⃣🐝🏎️ The One Billion Row Challenge - Data files only if you can't be bothered with Java
|
|
|
3 |
|
4 |
See https://github.com/gunnarmorling/1brc for original Java challenge.
|
5 |
|
6 |
-
Large data files have been generated on my machine
|
|
|
|
|
7 |
+10 million row files have been compressed with [7-zip](https://www.7-zip.org/) and split in 1GB volumes if needed.
|
8 |
Those files have been uploaded using git lfs.
|
9 |
-
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: 1️⃣🐝🏎️ The One Billion Row Challenge - Data
|
6 |
+
size_categories:
|
7 |
+
- 1B<n<10B
|
8 |
+
---
|
9 |
# 1brc.data
|
10 |
+
1️⃣🐝🏎️ The One Billion Row Challenge - Data files only if you can't be bothered with Java
|
11 |
+
or write a generator but would rather download +3GB 😁
|
12 |
|
13 |
See https://github.com/gunnarmorling/1brc for original Java challenge.
|
14 |
|
15 |
+
Large data files have been generated on my machine and given official Java generator is random
|
16 |
+
(not seeded and hence not deterministic) will be different than official files.
|
17 |
+
|
18 |
+10 million row files have been compressed with [7-zip](https://www.7-zip.org/) and split in 1GB volumes if needed.
|
19 |
Those files have been uploaded using git lfs.
|
20 |
+
|
21 |
+
Other files are from https://github.com/gunnarmorling/1brc/tree/main/src/test/resources/samples with expected results.
|