We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a3769 commit 34486d9Copy full SHA for 34486d9
entries/ghatem-fpc/src/onebrc.pas
@@ -26,16 +26,16 @@ function RoundExDouble(const ATemp: Double): Double; inline;
26
end;
27
PStationData = ^TStationData;
28
29
- TKeys = array [0..45007] of Cardinal;
30
- TValues = array [0..45007] of PStationData;
+ TKeys = array [0..45006] of Cardinal;
+ TValues = array [0..45006] of PStationData;
31
32
{ TMyDictionary }
33
34
TMyDictionary = class
35
private
36
FHashes: TKeys;
37
FValues: TValues;
38
- FRecords: array [0..45007] of TStationData;
+ FRecords: array [0..45006] of TStationData;
39
procedure InternalFind(const aKey: Cardinal; out aFound: Boolean; out aIndex: Integer);
40
public
41
constructor Create;
0 commit comments