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 d1cb21f commit 5a279daCopy full SHA for 5a279da
entries/ghatem-fpc/src/OneBRC.lpr
@@ -82,7 +82,7 @@ TBRCDictionary = class
82
83
// searches for a given key, returns if found the key and the storage index
84
// (or, if not found, which index to use next)
85
- procedure InternalFind(const aKey: Cardinal; out aFound: Boolean; out aIndex: THashSize);
+ procedure InternalFind(const aKey: Cardinal; out aFound: Boolean; out aIndex: THashSize); inline;
86
87
public
88
constructor Create;
0 commit comments