Skip to content

Commit 4500140

Browse files
2 parents cabfcc8 + 5ecbf9d commit 4500140

23 files changed

Lines changed: 1477 additions & 456 deletions

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ In order to produce the One Billion Rows of text, we are providing the [source c
109109
| **-i** or **--input-file \<filename\>** | The file containing the Weather Stations |
110110
| **-o** or **--output-file \<filename\>** | The file that will contain the generated lines |
111111
| **-n** or **--line-count \<number\>** | The amount of lines to be generated ( Can use 1_000_000_000 ) |
112+
| **-4** or **--400stations** | Only 400 weather stations in output file |
112113

113114
## Baseline
114115
> **NOTE**
@@ -173,11 +174,11 @@ These are the results from running all entries into the challenge on my personal
173174

174175
| # | Result (m:s.ms) | Compiler | Submitter | Notes | Certificates |
175176
|--:|----------------:|---------:|:----------|:------|:-------------|
176-
| 1 | 0:2.472 | lazarus-3.0, fpc-3.2.2 | Arnaud Bouchez | Using 16 threads | |
177-
| 2 | 0:16.874 | lazarus-3.0, fpc-3.2.2 | Székely Balázs | Using 16 threads | |
178-
| 3 | 0:20.046 | lazarus-3.0, fpc-3.2.2 | Lurendrejer Aksen | using 30 thread | |
179-
| 4 | 1:16.059 | lazarus-3.0, fpc-3.2.2 | Richard Lawson | Using 1 thread | |
180-
| 5 | 12:40.179 | lazarus-3.0, fpc-3.2.2 | Iwan Kelaiah | Using 1 thread | |
177+
| 1 | 0:1.7599 | lazarus-3.0, fpc-3.2.2 | Arnaud Bouchez | Using `mORMot2`, 32 threads | |
178+
| 2 | 0:16.874 | lazarus-3.0, fpc-3.2.2 | Székely Balázs | Using 32 threads | |
179+
| 3 | 0:20.0693 | lazarus-3.0, fpc-3.2.2 | Lurendrejer Aksen | Using 32 threads | |
180+
| 4 | 1:16.059 | lazarus-3.0, fpc-3.2.2 | Richard Lawson | Using 1 thread | |
181+
| 5 | 12:37.7864 | lazarus-3.0, fpc-3.2.2 | Iwan Kelaiah | Using 1 thread | |
181182

182183
> **NOTE**
183184
>

entries/abouchez/README.md

Lines changed: 83 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)