Class TOpenAddressingQP
Unit
Generics.Collections
Declaration
type TOpenAddressingQP<TKey,TValue,THashFactory,TProbeSequence> = class(TOpenAddressingSH<TKey,TValue,THashFactory,TProbeSequence>)
Description
No description available, ancestor TOpenAddressingSH description follows No description available, ancestor TOpenAddressingTombstones description follows
More info and TODO https://github.com/OpenHFT/UntitledCollectionsProject/wiki/Tombstones-purge-from-hashtable:-theory-and-practice
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
FPrimaryNumberAsSizeApproximation: SizeInt; |
|
Methods
 |
procedure UpdateItemsThreshold(ASize: SizeInt); override; |
|
 |
function FindBucketIndex(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override; overload; |
|
 |
function FindBucketIndexOrTombstone(constref AItems: TArray<TItem>; constref AKey: TKey; out AHash: UInt32): SizeInt; override; |
|
Generated by PasDoc 0.15.0.
|