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.
2 parents c371334 + 748ffcf commit af54f65Copy full SHA for af54f65
entries/ghatem-fpc/src/onebrc.pas
@@ -60,7 +60,7 @@ TOneBRC = class
60
FThreads: array of TThread;
61
FStationsDicts: array of TMyDictionary;
62
63
- procedure ExtractLineData(const aStart: Int64; const aEnd: Int64; out aLength: ShortInt; out aTemp: SmallInt);
+ procedure ExtractLineData(const aStart: Int64; const aEnd: Int64; out aLength: ShortInt; out aTemp: SmallInt); inline;
64
65
public
66
constructor Create (const aThreadCount: UInt16);
0 commit comments