We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00db22d commit ec80b94Copy full SHA for ec80b94
1 file changed
entries/ghatem-fpc/src/onebrc.pas
@@ -95,9 +95,6 @@ TBRCThread = class (TThread)
95
96
implementation
97
98
-uses
99
- CRC;
100
-
101
102
const
103
c0ascii: ShortInt = 48;
@@ -423,7 +420,7 @@ procedure TOneBRC.GenerateOutput;
423
420
try
424
421
vStations.BeginUpdate;
425
422
for vData in FStationsDicts[0].Values do begin
426
- // nil value means empty slot: skip
+ // count = 0 means empty slot: skip
427
if vData^.Count <> 0 then
428
vStations.Add(vData^.Name);
429
end;
0 commit comments