Skip to content

Commit b8ae339

Browse files
committed
readme improvements
1 parent 990d8d6 commit b8ae339

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

entries/ghatem-fpc/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
- -t flag to specify the thread-count (default reads the thread-count available on the CPU)
99

1010
currently there are 2 versions that can be compiled / run:
11-
- `OneBRC.lpr -> ghatem `: compact record, optimal for the 1B row / 41k stations, will fail on the other tests due to overflow
12-
- `OneBRC-largerec.lpr -> ghatem-largerec `: same as OneBRC, but the StationData's "count" is UInt32 instead of 16. Passes all the tests
11+
- `OneBRC.lpr -> ghatem `: compact record, optimal for the 1B row / 41k stations, will fail on the other tests due to overflow
12+
- `OneBRC-largerec.lpr -> ghatem-largerec `: same as OneBRC, but the StationData's "count" is UInt32 instead of 16. Passes all the tests
1313

14+
- `OneBRC-parts.lpr -> ghatem-parts `: compact record, processes in parts as attempt stability, optimal for the 1B row / 41k stations, will fail on the other tests due to overflow
15+
- `OneBRC-parts-largerec.lpr -> ghatem-partslarge`: same as OneBRC-parts, but the StationData's "count" is UInt32 instead of 16. Passes all the tests
16+
1417
## Hardware + Environment
1518
host:
1619
- Dell XPS 15 (9560, 2017)

0 commit comments

Comments
 (0)