Skip to content

Commit 6374940

Browse files
committed
Update - Minor updates as per organiser's request.
1 parent a9ae738 commit 6374940

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

entries/ikelaiah/LICENSE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

entries/ikelaiah/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# OneBRC for Object Pascal
1+
# Iwan Kelaiah
22

33
An Entry to the One Billion Row Challenge in Object Pascal.
44

5+
The approach I implemented here is simplistic.
6+
7+
- Sequentially read the measurement file.
8+
- Populate a `TDictionary` with station names, min, max, count and sum; without storing all the temperature measurements.
9+
- Use a custom comparer to sort the station and temperature statistics in a `TStringList`.
10+
- Display the sorted measurements using a simple for loop.
11+
512
## Getting Started
613

714
### Dependencies

0 commit comments

Comments
 (0)